| Package | Description |
|---|---|
| org.apache.kyuubi.jdbc.hive | |
| org.apache.kyuubi.jdbc.hive.arrow |
| Modifier and Type | Field and Description |
|---|---|
protected ArrowColumnarBatchRow |
KyuubiArrowBasedResultSet.row |
| Modifier and Type | Field and Description |
|---|---|
protected ArrowColumnarBatchRow |
ArrowColumnarBatch.row |
| Modifier and Type | Method and Description |
|---|---|
ArrowColumnarBatchRow |
ArrowColumnarBatch.getRow(int rowId)
Returns the row in this batch at `rowId`.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ArrowColumnarBatchRow> |
ArrowColumnarBatch.rowIterator()
Returns an iterator over the rows in this batch.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.