| Constructor and Description |
|---|
ArrowTable(int rows,
java.util.List<ArrowColumn> columns) |
ArrowTable(Schema schema,
int rows,
java.util.List<ArrowColumn> columns) |
ArrowTable(Schema schema,
java.util.List<FieldVector> vectors) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ArrowColumn> |
getColumns() |
java.util.Iterator<Row> |
getRowIterator()
Get the row iterator
|
Schema |
getSchema() |
int |
rowCount() |
public ArrowTable(int rows,
java.util.List<ArrowColumn> columns)
public ArrowTable(Schema schema,
int rows,
java.util.List<ArrowColumn> columns)
public ArrowTable(Schema schema,
java.util.List<FieldVector> vectors)
public Schema getSchema()
public java.util.List<ArrowColumn> getColumns()
getColumns in interface Tablepublic java.util.Iterator<Row> getRowIterator()
TablegetRowIterator in interface Table