Uses of Class
io.trino.orc.metadata.Stream
Packages that use Stream
-
Uses of Stream in io.trino.orc
Constructors in io.trino.orc with parameters of type Stream -
Uses of Stream in io.trino.orc.checkpoint
Method parameters in io.trino.orc.checkpoint with type arguments of type StreamModifier 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 Stream in io.trino.orc.metadata
Methods in io.trino.orc.metadata that return types with arguments of type StreamConstructor parameters in io.trino.orc.metadata with type arguments of type StreamModifierConstructorDescriptionStripeFooter(List<Stream> streams, ColumnMetadata<ColumnEncoding> columnEncodings, ZoneId timeZone) -
Uses of Stream in io.trino.orc.stream
Methods in io.trino.orc.stream that return StreamConstructors in io.trino.orc.stream with parameters of type StreamModifierConstructorDescriptionStreamDataOutput(io.airlift.slice.Slice slice, Stream stream) StreamDataOutput(ToLongFunction<io.airlift.slice.SliceOutput> writer, Stream stream)