public interface Table
Modifier and Type | Method and Description |
---|---|
java.util.List<ArrowColumn> |
getColumns() |
java.util.Iterator<Row> |
getRowIterator()
Get the row iterator
|
int |
rowCount() |
int rowCount()
java.util.List<ArrowColumn> getColumns()
java.util.Iterator<Row> getRowIterator()