Class HivePartitionKey

java.lang.Object
io.trino.plugin.hive.HivePartitionKey

public final class HivePartitionKey extends Object
  • Field Details

  • Constructor Details

    • HivePartitionKey

      public HivePartitionKey(String name, String value)
  • Method Details

    • getName

      public String getName()
    • getValue

      public String getValue()
    • getEstimatedSizeInBytes

      public long getEstimatedSizeInBytes()
    • toString

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

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object