VirtualOrderedIndex<'K> Type
Represents an ordered index based on data provided by a virtual source. The index can be used by BigDeedle virtual frames and series, without accessing all data from the data source. The index only evaluates the full key collection when needed. Most of the actual work is delegated to the `IVirtualVectorSource<'K>` value passed in the constructor.
Constructors
| Constructor |
Description
|
Full Usage:
VirtualOrderedIndex(source)
Parameters:
IVirtualVectorSource<'K>
Returns: VirtualOrderedIndex<'K>
|
|
Instance members
| Instance member |
Description
|
|
Returns the underlying source associated with the index
|
Deedle