Uses of Class
io.trino.plugin.raptor.legacy.storage.organization.ShardRange
Packages that use ShardRange
-
Uses of ShardRange in io.trino.plugin.raptor.legacy.storage.organization
Methods in io.trino.plugin.raptor.legacy.storage.organization that return ShardRangeMethods in io.trino.plugin.raptor.legacy.storage.organization that return types with arguments of type ShardRangeModifier and TypeMethodDescriptionShardIndexInfo.getSortRange()ShardIndexInfo.getTemporalRange()Methods in io.trino.plugin.raptor.legacy.storage.organization with parameters of type ShardRangeModifier and TypeMethodDescriptionbooleanShardRange.adjacent(ShardRange other) booleanShardRange.encloses(ShardRange other) static intTemporalFunction.getDayFromRange(ShardRange range) booleanShardRange.overlaps(ShardRange other) Constructor parameters in io.trino.plugin.raptor.legacy.storage.organization with type arguments of type ShardRangeModifierConstructorDescriptionShardIndexInfo(long tableId, OptionalInt bucketNumber, UUID shardUuid, long rowCount, long uncompressedSize, Optional<ShardRange> sortRange, Optional<ShardRange> temporalRange)