Uses of Class
io.trino.hive.thrift.metastore.ThriftHiveMetastore.append_partition_with_environment_context_result
-
Uses of ThriftHiveMetastore.append_partition_with_environment_context_result in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ThriftHiveMetastore.append_partition_with_environment_context_resultModifier and TypeMethodDescriptionThriftHiveMetastore.append_partition_with_environment_context_result.deepCopy()ThriftHiveMetastore.Processor.append_partition_with_environment_context.getResult(I iface, ThriftHiveMetastore.append_partition_with_environment_context_args args) ThriftHiveMetastore.append_partition_with_environment_context_result.setO1(InvalidObjectException o1) ThriftHiveMetastore.append_partition_with_environment_context_result.setO2(AlreadyExistsException o2) ThriftHiveMetastore.append_partition_with_environment_context_result.setO3(MetaException o3) ThriftHiveMetastore.append_partition_with_environment_context_result.setSuccess(Partition success) Methods in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.append_partition_with_environment_context_resultModifier and TypeMethodDescriptionintThriftHiveMetastore.append_partition_with_environment_context_result.compareTo(ThriftHiveMetastore.append_partition_with_environment_context_result other) booleanThriftHiveMetastore.append_partition_with_environment_context_result.equals(ThriftHiveMetastore.append_partition_with_environment_context_result that) Constructors in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.append_partition_with_environment_context_resultModifierConstructorDescriptionappend_partition_with_environment_context_result(ThriftHiveMetastore.append_partition_with_environment_context_result other) Performs a deep copy on other.