Deedle.Indices Namespace
| Type | Description |
|
Asynchronous version of `SeriesConstruction<'K>`. Returns a workflow that evaluates the index, together with a construction to apply (asynchronously) on vectors |
|
|
Specifies the boundary behavior for the `IIndexBuilder.GetRange` operation (whether the boundary elements should be included or not) |
|
|
An interface that represents index mapping keys of some generic type `T` to locations
of address `Address`. The `IIndex |
|
|
A builder represents various ways of constructing index, either from keys or from other indices. The operations that build a new index from an existing index also build `VectorConstruction` which specifies how to transform vectors aligned with the previous index to match the new index. The methods generally take `VectorConstruction` as an input, apply necessary transformations to it and return a new `VectorConstruction`. |
|
|
Represents a pair of index and vector construction (many of the index operations take/return an index together with a construction command that builds a vector matching with the index, so this type alias makes this more obvious) |
Deedle