Uses of Interface
io.trino.orc.checkpoint.StreamCheckpoint
Packages that use StreamCheckpoint
-
Uses of StreamCheckpoint in io.trino.orc.checkpoint
Subinterfaces of StreamCheckpoint in io.trino.orc.checkpointClasses in io.trino.orc.checkpoint that implement StreamCheckpointModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classclassfinal classMethods in io.trino.orc.checkpoint that return StreamCheckpointModifier and TypeMethodDescriptionstatic StreamCheckpointCheckpoints.getDictionaryStreamCheckpoint(StreamId streamId, OrcType.OrcTypeKind columnType, ColumnEncoding.ColumnEncodingKind columnEncoding) Methods in io.trino.orc.checkpoint that return types with arguments of type StreamCheckpointModifier 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 StreamCheckpoint in io.trino.orc.stream
Classes in io.trino.orc.stream with type parameters of type StreamCheckpointModifier and TypeClassDescriptionclassCheckpointInputStreamSource<S extends ValueInputStream<C>,C extends StreamCheckpoint> interfaceValueInputStream<C extends StreamCheckpoint>interfaceValueOutputStream<C extends StreamCheckpoint>Methods in io.trino.orc.stream with type parameters of type StreamCheckpointModifier and TypeMethodDescriptionstatic <S extends ValueInputStream<C>,C extends StreamCheckpoint>
CheckpointInputStreamSource<S, C> CheckpointInputStreamSource.createCheckpointStreamSource(S stream, StreamCheckpoint checkpoint) Methods in io.trino.orc.stream with parameters of type StreamCheckpointModifier and TypeMethodDescriptionstatic <S extends ValueInputStream<C>,C extends StreamCheckpoint>
CheckpointInputStreamSource<S, C> CheckpointInputStreamSource.createCheckpointStreamSource(S stream, StreamCheckpoint checkpoint)