Uses of Class
io.trino.orc.metadata.Stream
-
Packages that use Stream Package Description io.trino.orc io.trino.orc.checkpoint io.trino.orc.metadata io.trino.orc.stream -
-
Uses of Stream in io.trino.orc
Constructors in io.trino.orc with parameters of type Stream Constructor Description StreamId(Stream stream) -
Uses of Stream in io.trino.orc.checkpoint
Method parameters in io.trino.orc.checkpoint with type arguments of type Stream Modifier and Type Method Description static 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 Stream Modifier and Type Method Description List<Stream>StripeFooter. getStreams()Constructor parameters in io.trino.orc.metadata with type arguments of type Stream Constructor Description StripeFooter(List<Stream> streams, ColumnMetadata<ColumnEncoding> columnEncodings, ZoneId timeZone) -
Uses of Stream in io.trino.orc.stream
Methods in io.trino.orc.stream that return Stream Modifier and Type Method Description StreamStreamDataOutput. getStream()Constructors in io.trino.orc.stream with parameters of type Stream Constructor Description StreamDataOutput(io.airlift.slice.Slice slice, Stream stream)StreamDataOutput(ToLongFunction<io.airlift.slice.SliceOutput> writer, Stream stream)
-