public interface TableBuilder
Modifier and Type | Method and Description |
---|---|
void |
add(Row row)
Add a row to build the tbale
|
Table |
build()
Build the table at the end
|
long |
currentSize()
Get the current size of the table
|
java.util.List<ArrowColumn> |
getColumns()
Get the current columns
|
void add(Row row)
row
- rowjava.util.List<ArrowColumn> getColumns()
Table build()
long currentSize()