Uses of Interface
io.trino.orc.checkpoint.StreamCheckpoint
-
Packages that use StreamCheckpoint Package Description io.trino.orc.checkpoint io.trino.orc.stream -
-
Uses of StreamCheckpoint in io.trino.orc.checkpoint
Subinterfaces of StreamCheckpoint in io.trino.orc.checkpoint Modifier and Type Interface Description interfaceLongStreamCheckpointClasses in io.trino.orc.checkpoint that implement StreamCheckpoint Modifier and Type Class Description classBooleanStreamCheckpointclassByteArrayStreamCheckpointclassByteStreamCheckpointclassDecimalStreamCheckpointclassDoubleStreamCheckpointclassFloatStreamCheckpointclassLongStreamV1CheckpointclassLongStreamV2CheckpointMethods in io.trino.orc.checkpoint that return StreamCheckpoint Modifier and Type Method Description static StreamCheckpointCheckpoints. getDictionaryStreamCheckpoint(StreamId streamId, OrcType.OrcTypeKind columnType, ColumnEncoding.ColumnEncodingKind columnEncoding)Methods in io.trino.orc.checkpoint that return types with arguments of type StreamCheckpoint 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 StreamCheckpoint in io.trino.orc.stream
Classes in io.trino.orc.stream with type parameters of type StreamCheckpoint Modifier and Type Class Description classCheckpointInputStreamSource<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 StreamCheckpoint Modifier and Type Method Description static <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 StreamCheckpoint Modifier and Type Method Description static <S extends ValueInputStream<C>,C extends StreamCheckpoint>
CheckpointInputStreamSource<S,C>CheckpointInputStreamSource. createCheckpointStreamSource(S stream, StreamCheckpoint checkpoint)
-