Uses of Class
io.trino.hive.thrift.metastore.ThriftHiveMetastore.create_table_with_environment_context_args
-
Uses of ThriftHiveMetastore.create_table_with_environment_context_args in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ThriftHiveMetastore.create_table_with_environment_context_argsModifier and TypeMethodDescriptionThriftHiveMetastore.create_table_with_environment_context_args.deepCopy()ThriftHiveMetastore.AsyncProcessor.create_table_with_environment_context.getEmptyArgsInstance()ThriftHiveMetastore.Processor.create_table_with_environment_context.getEmptyArgsInstance()ThriftHiveMetastore.create_table_with_environment_context_args.setEnvironmentContext(EnvironmentContext environment_context) Methods in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.create_table_with_environment_context_argsModifier and TypeMethodDescriptionintThriftHiveMetastore.create_table_with_environment_context_args.compareTo(ThriftHiveMetastore.create_table_with_environment_context_args other) booleanThriftHiveMetastore.create_table_with_environment_context_args.equals(ThriftHiveMetastore.create_table_with_environment_context_args that) ThriftHiveMetastore.Processor.create_table_with_environment_context.getResult(I iface, ThriftHiveMetastore.create_table_with_environment_context_args args) voidThriftHiveMetastore.AsyncProcessor.create_table_with_environment_context.start(I iface, ThriftHiveMetastore.create_table_with_environment_context_args args, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.create_table_with_environment_context_argsModifierConstructorDescriptioncreate_table_with_environment_context_args(ThriftHiveMetastore.create_table_with_environment_context_args other) Performs a deep copy on other.