Uses of Class
io.trino.orc.metadata.RowGroupIndex
Packages that use RowGroupIndex
-
Uses of RowGroupIndex in io.trino.orc
Method parameters in io.trino.orc with type arguments of type RowGroupIndexModifier and TypeMethodDescriptionvoidOrcWriteValidation.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 RowGroupIndexModifier and TypeMethodDescriptionExceptionWrappingMetadataReader.readRowIndexes(PostScript.HiveWriterVersion hiveWriterVersion, InputStream inputStream) MetadataReader.readRowIndexes(PostScript.HiveWriterVersion hiveWriterVersion, InputStream inputStream) OrcMetadataReader.readRowIndexes(PostScript.HiveWriterVersion hiveWriterVersion, InputStream inputStream) Method parameters in io.trino.orc.metadata with type arguments of type RowGroupIndexModifier and TypeMethodDescriptionio.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)