| Package | Description |
|---|---|
| org.apache.kyuubi.jdbc.hive.arrow |
| Modifier and Type | Field and Description |
|---|---|
protected ArrowColumnVector[] |
ArrowColumnarBatch.columns |
| Modifier and Type | Method and Description |
|---|---|
ArrowColumnVector |
ArrowColumnarBatch.column(int ordinal)
Returns the column at `ordinal`.
|
| Constructor and Description |
|---|
ArrowColumnarBatch(ArrowColumnVector[] columns) |
ArrowColumnarBatch(ArrowColumnVector[] columns,
int numRows)
Create a new batch from existing column vectors.
|
ArrowColumnarBatchRow(ArrowColumnVector[] columns) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.