Class GetTablesResult

java.lang.Object
io.trino.hive.thrift.metastore.GetTablesResult
All Implemented Interfaces:
Serializable, Cloneable, Comparable<GetTablesResult>, org.apache.thrift.TBase<GetTablesResult,GetTablesResult._Fields>, org.apache.thrift.TSerializable

@Generated("Autogenerated by Thrift Compiler (0.17.0)") public class GetTablesResult extends Object implements org.apache.thrift.TBase<GetTablesResult,GetTablesResult._Fields>, Serializable, Cloneable, Comparable<GetTablesResult>
See Also:
  • Field Details

  • Constructor Details

    • GetTablesResult

      public GetTablesResult()
    • GetTablesResult

      public GetTablesResult(List<Table> tables)
    • GetTablesResult

      public GetTablesResult(GetTablesResult other)
      Performs a deep copy on other.
  • Method Details