Header menu logo Deedle

ArrayVectorBuilder Type

Implements a builder object (`IVectorBuilder`) for creating vectors of type `ArrayVector<'T>`. This includes operations such as appending, relocating values, creating vectors from arrays etc. The vector builder automatically switches between the two possible representations of the vector - when a missing value is present, it uses `ArrayVectorData.VectorOptional`, otherwise it uses `ArrayVectorData.VectorNonOptional`.

Constructors

Constructor Description

ArrayVectorBuilder()

Full Usage: ArrayVectorBuilder()

Returns: ArrayVectorBuilder

Static members

Static member Description

ArrayVectorBuilder.Instance

Full Usage: ArrayVectorBuilder.Instance

Returns: IVectorBuilder

Provides a global access to an instance of the `ArrayVectorBuilder`

Returns: IVectorBuilder

Type something to start searching.