public interface ColumnBuilder
Modifier and Type | Method and Description |
---|---|
void |
appendFrom(Row row,
int ordinal)
Appends
row(ordinal) to the column builder. |
java.nio.ByteBuffer |
build()
Returns the final columnar byte buffer.
|
ColumnStats |
columnStats()
Column statistics information
|
void |
initialize(int initialSize,
String columnName,
boolean useCompression)
Initializes with an approximate lower bound on the expected number of elements in this column.
|
void initialize(int initialSize, String columnName, boolean useCompression)
void appendFrom(Row row, int ordinal)
row(ordinal)
to the column builder.ColumnStats columnStats()
java.nio.ByteBuffer build()