Case class to be used when trying to create a typed W/R column buffer object
through the newWriteBuffer
or newReadBuffer
methods.
Case class to be used when trying to create a typed W/R column buffer object
through the newWriteBuffer
or newReadBuffer
methods.
the column's name
the data type's name (required in lower cases)
the data type's precision
the data type's scale size
the size of this column buffer (in tuple/value counts)
whether this column accepts null values or not
Common constants (for data sizes)
This is a Factory
implementation of ColumnBuffers
.
Util functions for various type conversions
Implements buffering (and value serialization) for
Vector
columns