VirtualOrdinalIndex Type
Represents an ordinal index based on addressing provided by a virtual source. The index can be used by BigDeedle virtual frames and series, without accessing all data from the data source.
Constructors
| Constructor |
Description
|
Full Usage:
VirtualOrdinalIndex(ranges, source)
Parameters:
Ranges<int64>
source : IVirtualVectorSource
Returns: VirtualOrdinalIndex
|
|
Instance members
| Instance member |
Description
|
|
Returns the ranges of data mapped in this index
|
|
Returns the source that is used to identify the index.
|
Deedle