Package | Description |
---|---|
org.apache.paimon.data.columnar | |
org.apache.paimon.format.parquet.newreader | |
org.apache.paimon.utils |
Modifier and Type | Field and Description |
---|---|
protected LongIterator |
ColumnarRowIterator.positionIterator |
Modifier and Type | Method and Description |
---|---|
void |
ColumnarRowIterator.reset(LongIterator positions) |
Modifier and Type | Method and Description |
---|---|
void |
ColumnarBatch.resetPositions(LongIterator positions)
Reset next record position and return self.
|
Modifier and Type | Method and Description |
---|---|
static LongIterator |
LongIterator.fromArray(long[] longs) |
static LongIterator |
LongIterator.fromRange(long startInclusive,
long endExclusive) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.