Header menu logo Deedle

IVirtualVectorSource Type

Non-generic part of the `IVirtualVectorSource<'V>` interface, which provides some basic information about the virtualized data source

Instance members

Instance member Description

this.AddressOperations

Full Usage: this.AddressOperations

Returns: IAddressOperations
Modifiers: abstract

Returns the addressing implementation associated with this vector source

Returns: IAddressOperations

this.AddressingSchemeID

Full Usage: this.AddressingSchemeID

Returns: string
Modifiers: abstract

Identifies the addressing scheme associated with this source. This should be shared by all sources for which the same addresses are valid (e.g. all columns in the same table)

Returns: string

this.ElementType

Full Usage: this.ElementType

Returns: Type
Modifiers: abstract

Returns the type of elements - essentially typeof<'V> for IVirtualVectorSource<'V>

Returns: Type

this.Invoke

Full Usage: this.Invoke

Parameters:
Returns: 'R
Modifiers: abstract
Type parameters: 'R

Invoke a generic operation (wrapped in an interface) that takes a generic version of this type

arg0 : IVirtualVectorSourceOperation<'R>
Returns: 'R

this.Length

Full Usage: this.Length

Returns: int64
Modifiers: abstract

Returns the length of the source - by design, Big Deedle always needs to know the length of the source (e.g. for binary search)

Returns: int64

Type something to start searching.