Uses of Class
io.trino.orc.metadata.RowGroupIndex
-
Packages that use RowGroupIndex Package Description io.trino.orc io.trino.orc.metadata -
-
Uses of RowGroupIndex in io.trino.orc
Method parameters in io.trino.orc with type arguments of type RowGroupIndex Modifier and Type Method Description voidOrcWriteValidation. validateRowGroupStatistics(OrcDataSourceId orcDataSourceId, long stripeOffset, Map<StreamId,List<RowGroupIndex>> actualRowGroupStatistics) -
Uses of RowGroupIndex in io.trino.orc.metadata
Methods in io.trino.orc.metadata that return types with arguments of type RowGroupIndex Modifier and Type Method Description List<RowGroupIndex>ExceptionWrappingMetadataReader. readRowIndexes(PostScript.HiveWriterVersion hiveWriterVersion, InputStream inputStream)List<RowGroupIndex>MetadataReader. readRowIndexes(PostScript.HiveWriterVersion hiveWriterVersion, InputStream inputStream)List<RowGroupIndex>OrcMetadataReader. readRowIndexes(PostScript.HiveWriterVersion hiveWriterVersion, InputStream inputStream)Method parameters in io.trino.orc.metadata with type arguments of type RowGroupIndex Modifier and Type Method Description io.airlift.slice.SliceCompressedMetadataWriter. writeRowIndexes(List<RowGroupIndex> rowGroupIndexes)intMetadataWriter. writeRowIndexes(io.airlift.slice.SliceOutput output, List<RowGroupIndex> rowGroupIndexes)intOrcMetadataWriter. writeRowIndexes(io.airlift.slice.SliceOutput output, List<RowGroupIndex> rowGroupIndexes)
-