Package io.deephaven.parquet.base
Class RowGroupReaderImpl
java.lang.Object
io.deephaven.parquet.base.RowGroupReaderImpl
- All Implemented Interfaces:
RowGroupReader
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnChunk(@NotNull List<String> path) Returns the accessor to a given Column Chunkorg.apache.parquet.format.RowGrouplongnumRows()
-
Method Details
-
getColumnChunk
Description copied from interface:RowGroupReaderReturns the accessor to a given Column Chunk- Specified by:
getColumnChunkin interfaceRowGroupReader- Parameters:
path- the full column path- Returns:
- the accessor to a given Column Chunk
-
numRows
public long numRows()- Specified by:
numRowsin interfaceRowGroupReader
-
getRowGroup
public org.apache.parquet.format.RowGroup getRowGroup()- Specified by:
getRowGroupin interfaceRowGroupReader
-