DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
An interface for querying and accessing an index of primitive integers. More...
An interface for querying and accessing an index of primitive integers.
The index may or may not be sorted or may be sorted over an IIndexComparer.
This interface exposes general index querying/inserting/removing methods.
How the index is physically stored is dependant on the implementation of the interface.
An example of an implementation is BlockIndex.