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
|
|
Returns the addressing implementation associated with this vector source
|
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 the type of elements - essentially typeof<'V> for IVirtualVectorSource<'V>
|
Full Usage:
this.Invoke
Parameters:
IVirtualVectorSourceOperation<'R>
Returns: 'R
Modifiers: abstract Type parameters: 'R |
Invoke a generic operation (wrapped in an interface) that takes a generic version of this type
|
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)
|
Deedle