Uses of Class
io.trino.hive.thrift.metastore.ThriftHiveMetastore.drop_partition_with_environment_context_result
-
Uses of ThriftHiveMetastore.drop_partition_with_environment_context_result in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ThriftHiveMetastore.drop_partition_with_environment_context_resultModifier and TypeMethodDescriptionThriftHiveMetastore.drop_partition_with_environment_context_result.deepCopy()ThriftHiveMetastore.Processor.drop_partition_with_environment_context.getResult(I iface, ThriftHiveMetastore.drop_partition_with_environment_context_args args) ThriftHiveMetastore.drop_partition_with_environment_context_result.setO1(NoSuchObjectException o1) ThriftHiveMetastore.drop_partition_with_environment_context_result.setO2(MetaException o2) ThriftHiveMetastore.drop_partition_with_environment_context_result.setSuccess(boolean success) Methods in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.drop_partition_with_environment_context_resultModifier and TypeMethodDescriptionintThriftHiveMetastore.drop_partition_with_environment_context_result.compareTo(ThriftHiveMetastore.drop_partition_with_environment_context_result other) booleanThriftHiveMetastore.drop_partition_with_environment_context_result.equals(ThriftHiveMetastore.drop_partition_with_environment_context_result that) Constructors in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.drop_partition_with_environment_context_resultModifierConstructorDescriptiondrop_partition_with_environment_context_result(ThriftHiveMetastore.drop_partition_with_environment_context_result other) Performs a deep copy on other.