Deedle


LinearIndex

An index that maps keys K to offsets Address. The keys cannot be duplicated. The construction checks if the keys are ordered (using the provided or the default comparer for K) and disallows certain operations on unordered indices.

Constructors

ConstructorDescription
new LinearIndex
Signature:(keys:seq<'K> * builder:IIndexBuilder * ?ordered:bool option) -> LinearIndex<'K>

Instance members

Instance memberDescription
linearIndex.KeysArray
Signature:Lazy<'K []>

Exposes keys array for use in the index builder

Fork me on GitHub