Class ShardMetadata
java.lang.Object
io.trino.plugin.raptor.legacy.metadata.ShardMetadata
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionShardMetadata(long tableId, long shardId, UUID shardUuid, OptionalInt bucketNumber, long rowCount, long compressedSize, long uncompressedSize, OptionalLong xxhash64, OptionalLong rangeStart, OptionalLong rangeEnd) -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonglonglonglonglonginthashCode()toString()withTimeRange(long rangeStart, long rangeEnd)
-
Constructor Details
-
ShardMetadata
public ShardMetadata(long tableId, long shardId, UUID shardUuid, OptionalInt bucketNumber, long rowCount, long compressedSize, long uncompressedSize, OptionalLong xxhash64, OptionalLong rangeStart, OptionalLong rangeEnd)
-
-
Method Details
-
getTableId
public long getTableId() -
getShardUuid
-
getShardId
public long getShardId() -
getBucketNumber
-
getRowCount
public long getRowCount() -
getCompressedSize
public long getCompressedSize() -
getUncompressedSize
public long getUncompressedSize() -
getXxhash64
-
getRangeStart
-
getRangeEnd
-
withTimeRange
-
toString
-
equals
-
hashCode
public int hashCode()
-