Class TrinoThriftTableMetadata

java.lang.Object
io.trino.plugin.thrift.api.TrinoThriftTableMetadata

@ThriftStruct public final class TrinoThriftTableMetadata extends Object
  • Constructor Details

  • Method Details

    • getSchemaTableName

      @ThriftField(1) public TrinoThriftSchemaTableName getSchemaTableName()
    • getColumns

      @ThriftField(2) public List<TrinoThriftColumnMetadata> getColumns()
    • getComment

      @Nullable @ThriftField(value=3, requiredness=OPTIONAL) public String getComment()
    • getIndexableKeys

      @Nullable @ThriftField(value=4, requiredness=OPTIONAL) public List<Set<String>> getIndexableKeys()
      Returns a list of key sets which can be used for index lookups. The list is expected to have only unique key sets. set<set<string>> is not used here because some languages (like php) don't support it.
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object