Package | Description |
---|---|
org.apache.paimon.data.columnar | |
org.apache.paimon.data.columnar.heap | |
org.apache.paimon.format.orc.reader | |
org.apache.paimon.reader |
Modifier and Type | Method and Description |
---|---|
VectorizedColumnBatch |
ColumnarRow.batch() |
VectorizedColumnBatch |
ColumnarRowIterator.batch() |
VectorizedColumnBatch |
VectorizedColumnBatch.copy(ColumnVector[] vectors) |
VectorizedColumnBatch |
RowColumnVector.getBatch() |
Modifier and Type | Method and Description |
---|---|
void |
ColumnarRow.setVectorizedColumnBatch(VectorizedColumnBatch vectorizedColumnBatch) |
Constructor and Description |
---|
ColumnarRow(VectorizedColumnBatch vectorizedColumnBatch) |
ColumnarRow(VectorizedColumnBatch vectorizedColumnBatch,
int rowId) |
Modifier and Type | Method and Description |
---|---|
VectorizedColumnBatch |
HeapRowVector.getBatch() |
Modifier and Type | Method and Description |
---|---|
VectorizedColumnBatch |
OrcRowColumnVector.getBatch() |
Modifier and Type | Method and Description |
---|---|
VectorizedColumnBatch |
VectorizedRecordIterator.batch() |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.