Class ShardIndexInfo
java.lang.Object
io.trino.plugin.raptor.legacy.storage.organization.ShardIndexInfo
-
Constructor Summary
ConstructorsConstructorDescriptionShardIndexInfo(long tableId, OptionalInt bucketNumber, UUID shardUuid, long rowCount, long uncompressedSize, Optional<ShardRange> sortRange, Optional<ShardRange> temporalRange) -
Method Summary
-
Constructor Details
-
ShardIndexInfo
public ShardIndexInfo(long tableId, OptionalInt bucketNumber, UUID shardUuid, long rowCount, long uncompressedSize, Optional<ShardRange> sortRange, Optional<ShardRange> temporalRange)
-
-
Method Details
-
getTableId
public long getTableId() -
getBucketNumber
-
getShardUuid
-
getRowCount
public long getRowCount() -
getUncompressedSize
public long getUncompressedSize() -
getSortRange
-
getTemporalRange
-
equals
-
hashCode
public int hashCode() -
toString
-