Deedle


VirtualOrdinalIndex

Namespace: Deedle.Indices.Virtual

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

ConstructorDescription
new(ranges, source)
Signature: (ranges:Ranges<int64> * source:IVirtualVectorSource) -> VirtualOrdinalIndex

Instance members

Instance memberDescription
Ranges
Signature: Ranges<int64>

Returns the ranges of data mapped in this index

Source
Signature: IVirtualVectorSource

Returns the source that is used to identify the index.

Fork me on GitHub