Uses of Class
io.trino.orc.checkpoint.InvalidCheckpointException
-
Packages that use InvalidCheckpointException Package Description io.trino.orc.checkpoint -
-
Uses of InvalidCheckpointException in io.trino.orc.checkpoint
Methods in io.trino.orc.checkpoint that throw InvalidCheckpointException 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)
-