question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TableCollection needs interface for indexes

See original GitHub issue

We 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:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
benjefferycommented, Oct 20, 2020

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?

1reaction
petrelharpcommented, Dec 21, 2018

It works!!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found