Deedle


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 memberDescription
ColumnAddressAt(arg1)
Signature: int64 -> Address
Modifiers: abstract
Fork me on GitHub