Uses of Class
io.trino.hive.thrift.metastore.ThriftHiveMetastore.get_fields_with_environment_context_args
-
Uses of ThriftHiveMetastore.get_fields_with_environment_context_args in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ThriftHiveMetastore.get_fields_with_environment_context_argsModifier and TypeMethodDescriptionThriftHiveMetastore.get_fields_with_environment_context_args.deepCopy()ThriftHiveMetastore.AsyncProcessor.get_fields_with_environment_context.getEmptyArgsInstance()ThriftHiveMetastore.Processor.get_fields_with_environment_context.getEmptyArgsInstance()ThriftHiveMetastore.get_fields_with_environment_context_args.setEnvironmentContext(EnvironmentContext environment_context) ThriftHiveMetastore.get_fields_with_environment_context_args.setTableName(String table_name) Methods in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.get_fields_with_environment_context_argsModifier and TypeMethodDescriptionintThriftHiveMetastore.get_fields_with_environment_context_args.compareTo(ThriftHiveMetastore.get_fields_with_environment_context_args other) booleanThriftHiveMetastore.get_fields_with_environment_context_args.equals(ThriftHiveMetastore.get_fields_with_environment_context_args that) ThriftHiveMetastore.Processor.get_fields_with_environment_context.getResult(I iface, ThriftHiveMetastore.get_fields_with_environment_context_args args) voidThriftHiveMetastore.AsyncProcessor.get_fields_with_environment_context.start(I iface, ThriftHiveMetastore.get_fields_with_environment_context_args args, org.apache.thrift.async.AsyncMethodCallback<List<FieldSchema>> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.get_fields_with_environment_context_argsModifierConstructorDescriptionget_fields_with_environment_context_args(ThriftHiveMetastore.get_fields_with_environment_context_args other) Performs a deep copy on other.