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

CompiledName: .ctor

Instance members

Instance memberDescription
x.Ranges
Signature: Ranges<int64>

Returns the ranges of data mapped in this index

CompiledName: get_Ranges

x.Source
Signature: IVirtualVectorSource

Returns the source that is used to identify the index.

CompiledName: get_Source

Fork me on GitHub