public class ParquetReadState extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ParquetReadState.RowRange
Helper struct to represent a range of row indexes `[start, end]`.
|
Constructor and Description |
---|
ParquetReadState(PrimitiveIterator.OfLong rowIndexes) |
Modifier and Type | Method and Description |
---|---|
long |
currentRangeEnd()
Returns the end index of the current row range.
|
long |
currentRangeStart()
Returns the start index of the current row range.
|
boolean |
isFinished() |
boolean |
isMaxRange() |
void |
nextRange()
Advance to the next range.
|
public ParquetReadState(PrimitiveIterator.OfLong rowIndexes)
public long currentRangeStart()
public long currentRangeEnd()
public boolean isFinished()
public boolean isMaxRange()
public void nextRange()
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.