java.lang.Object
io.trino.plugin.raptor.legacy.storage.organization.ShardIndexInfo

public class ShardIndexInfo extends Object
  • Constructor Details

  • Method Details

    • getTableId

      public long getTableId()
    • getBucketNumber

      public OptionalInt getBucketNumber()
    • getShardUuid

      public UUID getShardUuid()
    • getRowCount

      public long getRowCount()
    • getUncompressedSize

      public long getUncompressedSize()
    • getSortRange

      public Optional<ShardRange> getSortRange()
    • getTemporalRange

      public Optional<ShardRange> getTemporalRange()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object