Uses of Class
io.trino.orc.StreamId
Packages that use StreamId
-
Uses of StreamId in io.trino.orc
Method parameters in io.trino.orc with type arguments of type StreamIdModifier and TypeMethodDescriptionvoidOrcWriteValidation.validateRowGroupStatistics(OrcDataSourceId orcDataSourceId, long stripeOffset, Map<StreamId, List<RowGroupIndex>> actualRowGroupStatistics) -
Uses of StreamId in io.trino.orc.checkpoint
Methods in io.trino.orc.checkpoint that return types with arguments of type StreamIdModifier and TypeMethodDescriptionstatic Map<StreamId, StreamCheckpoint> Checkpoints.getStreamCheckpoints(Set<OrcColumnId> columns, ColumnMetadata<OrcType> columnTypes, boolean compressed, int rowGroupId, ColumnMetadata<ColumnEncoding> columnEncodings, Map<StreamId, Stream> streams, Map<StreamId, List<RowGroupIndex>> columnIndexes) Methods in io.trino.orc.checkpoint with parameters of type StreamIdModifier and TypeMethodDescriptionstatic StreamCheckpointCheckpoints.getDictionaryStreamCheckpoint(StreamId streamId, OrcType.OrcTypeKind columnType, ColumnEncoding.ColumnEncodingKind columnEncoding) Method parameters in io.trino.orc.checkpoint with type arguments of type StreamIdModifier and TypeMethodDescriptionstatic Map<StreamId, StreamCheckpoint> Checkpoints.getStreamCheckpoints(Set<OrcColumnId> columns, ColumnMetadata<OrcType> columnTypes, boolean compressed, int rowGroupId, ColumnMetadata<ColumnEncoding> columnEncodings, Map<StreamId, Stream> streams, Map<StreamId, List<RowGroupIndex>> columnIndexes) -
Uses of StreamId in io.trino.orc.stream
Methods in io.trino.orc.stream with parameters of type StreamIdModifier and TypeMethodDescriptionstatic ValueInputStream<?> ValueStreams.createValueStreams(StreamId streamId, OrcChunkLoader chunkLoader, OrcType.OrcTypeKind type, ColumnEncoding.ColumnEncodingKind encoding) Constructor parameters in io.trino.orc.stream with type arguments of type StreamIdModifierConstructorDescriptionInputStreamSources(Map<StreamId, InputStreamSource<?>> streamSources)