Class AtopTableHandle

java.lang.Object
io.trino.plugin.atop.AtopTableHandle
All Implemented Interfaces:
ConnectorTableHandle

public class AtopTableHandle extends Object implements ConnectorTableHandle
  • Constructor Details

  • Method Details

    • getSchema

      public String getSchema()
    • getTable

      public AtopTable getTable()
    • getStartTimeConstraint

      public Domain getStartTimeConstraint()
    • getEndTimeConstraint

      public Domain getEndTimeConstraint()
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object