Uses of Class
io.trino.hive.thrift.metastore.ThriftHiveMetastore.get_table_meta_args
-
Uses of ThriftHiveMetastore.get_table_meta_args in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ThriftHiveMetastore.get_table_meta_argsModifier and TypeMethodDescriptionThriftHiveMetastore.get_table_meta_args.deepCopy()ThriftHiveMetastore.AsyncProcessor.get_table_meta.getEmptyArgsInstance()ThriftHiveMetastore.Processor.get_table_meta.getEmptyArgsInstance()ThriftHiveMetastore.get_table_meta_args.setDbPatterns(String db_patterns) ThriftHiveMetastore.get_table_meta_args.setTblPatterns(String tbl_patterns) ThriftHiveMetastore.get_table_meta_args.setTblTypes(List<String> tbl_types) Methods in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.get_table_meta_argsModifier and TypeMethodDescriptionintThriftHiveMetastore.get_table_meta_args.compareTo(ThriftHiveMetastore.get_table_meta_args other) booleanThriftHiveMetastore.get_table_meta_args.equals(ThriftHiveMetastore.get_table_meta_args that) ThriftHiveMetastore.Processor.get_table_meta.getResult(I iface, ThriftHiveMetastore.get_table_meta_args args) voidThriftHiveMetastore.AsyncProcessor.get_table_meta.start(I iface, ThriftHiveMetastore.get_table_meta_args args, org.apache.thrift.async.AsyncMethodCallback<List<TableMeta>> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.get_table_meta_argsModifierConstructorDescriptionPerforms a deep copy on other.