Header menu logo Deedle

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

VirtualOrderedIndex(source)

Full Usage: VirtualOrderedIndex(source)

Parameters:
Returns: VirtualOrderedIndex<'K>
source : IVirtualVectorSource<'K>
Returns: VirtualOrderedIndex<'K>

Instance members

Instance member Description

this.Source

Full Usage: this.Source

Returns: IVirtualVectorSource<'K>

Returns the underlying source associated with the index

Returns: IVirtualVectorSource<'K>

Type something to start searching.