IRowReaderTransform
Namespace: Deedle.Vectors
When an INaryTransform
implements this interface, it is a special well-known
transformation that creates a row reader vector to be used in frame.Rows
.
(See the implementation in the Build
operation in ArrayVector.fs
)
Instance members
Instance member | Description |
ColumnAddressAt(arg1)
Signature: int64 -> Address
Modifiers: abstract |