Class PartitionAndStatementId

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

public class PartitionAndStatementId extends Object
  • Field Details

  • Constructor Details

    • PartitionAndStatementId

      public PartitionAndStatementId(String partitionName, int statementId, long rowCount, Optional<String> deleteDeltaDirectory, Optional<String> deltaDirectory)
  • Method Details

    • getPartitionName

      public String getPartitionName()
    • getStatementId

      public int getStatementId()
    • getRowCount

      public long getRowCount()
    • getDeleteDeltaDirectory

      public Optional<String> getDeleteDeltaDirectory()
    • getDeltaDirectory

      public Optional<String> getDeltaDirectory()
    • getAllDirectories

      public List<String> getAllDirectories()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object