TableCollection needs interface for indexes
See original GitHub issueWe should provide access to the indexes in TableCollection, i.e., to the arrays themselves and to the build_indexes
and drop_indexes
methods.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Indexers in Interfaces - C# Programming Guide - Microsoft Learn
Indexers can be declared on an interface in C#. Learn how accessors of interface indexers differ from the accessors of class indexers.
Read more >TableCollection Interface | .NET File Format Library - C# & VB ...
A Boolean value indicating that the top row of the specified range will be the table header. Format the Table. Format the table...
Read more >Define and Build Indexes - InterSystems Documentation
Overview. An index is a structure maintained by a persistent class that InterSystems IRIS® data platform can use to optimize queries and other...
Read more >Table (Collection) | Macrometa
Indexes allow tables to be searched/modified much faster. Indexes are configured by including the @Index( 'key1', 'key2' ) annotation to the table definition....
Read more >c# - Indexable interface - Stack Overflow
What C# interface should be used if I only want to be able to index into instances of a type? I don't need...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I also assume this means putting the indexes in to the LWT interface? And that we just need read-access to the indexes as there are no use cases where you would want to edit them?
It works!!