Package io.deephaven.parquet.base
Interface RowGroupReader
- All Known Implementing Classes:
RowGroupReaderImpl
public interface RowGroupReader
Provides read access to a parquet Row Group
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnChunk(@NotNull List<String> path) Returns the accessor to a given Column Chunkorg.apache.parquet.format.RowGrouplongnumRows()
-
Method Details
-
getColumnChunk
Returns the accessor to a given Column Chunk- Parameters:
path- the full column path- Returns:
- the accessor to a given Column Chunk
-
numRows
long numRows() -
getRowGroup
org.apache.parquet.format.RowGroup getRowGroup()
-