Class ShardInfo

java.lang.Object
io.trino.plugin.raptor.legacy.metadata.ShardInfo

public class ShardInfo extends Object
  • Constructor Details

    • ShardInfo

      public ShardInfo(UUID shardUuid, OptionalInt bucketNumber, Set<String> nodeIdentifiers, List<ColumnStats> columnStats, long rowCount, long compressedSize, long uncompressedSize, long xxhash64)
  • Method Details

    • getShardUuid

      public UUID getShardUuid()
    • getBucketNumber

      public OptionalInt getBucketNumber()
    • getNodeIdentifiers

      public Set<String> getNodeIdentifiers()
    • getColumnStats

      public List<ColumnStats> getColumnStats()
    • getRowCount

      public long getRowCount()
    • getCompressedSize

      public long getCompressedSize()
    • getUncompressedSize

      public long getUncompressedSize()
    • getXxhash64

      public long getXxhash64()
    • toString

      public String toString()
      Overrides:
      toString in class Object