Uses of Class
io.trino.hive.thrift.metastore.ThriftHiveMetastore.append_partition_with_environment_context_args
-
Uses of ThriftHiveMetastore.append_partition_with_environment_context_args in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ThriftHiveMetastore.append_partition_with_environment_context_argsModifier and TypeMethodDescriptionThriftHiveMetastore.append_partition_with_environment_context_args.deepCopy()ThriftHiveMetastore.AsyncProcessor.append_partition_with_environment_context.getEmptyArgsInstance()ThriftHiveMetastore.Processor.append_partition_with_environment_context.getEmptyArgsInstance()ThriftHiveMetastore.append_partition_with_environment_context_args.setEnvironmentContext(EnvironmentContext environment_context) ThriftHiveMetastore.append_partition_with_environment_context_args.setPartVals(List<String> part_vals) ThriftHiveMetastore.append_partition_with_environment_context_args.setTblName(String tbl_name) Methods in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.append_partition_with_environment_context_argsModifier and TypeMethodDescriptionintThriftHiveMetastore.append_partition_with_environment_context_args.compareTo(ThriftHiveMetastore.append_partition_with_environment_context_args other) booleanThriftHiveMetastore.append_partition_with_environment_context_args.equals(ThriftHiveMetastore.append_partition_with_environment_context_args that) ThriftHiveMetastore.Processor.append_partition_with_environment_context.getResult(I iface, ThriftHiveMetastore.append_partition_with_environment_context_args args) voidThriftHiveMetastore.AsyncProcessor.append_partition_with_environment_context.start(I iface, ThriftHiveMetastore.append_partition_with_environment_context_args args, org.apache.thrift.async.AsyncMethodCallback<Partition> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.append_partition_with_environment_context_argsModifierConstructorDescriptionappend_partition_with_environment_context_args(ThriftHiveMetastore.append_partition_with_environment_context_args other) Performs a deep copy on other.