Uses of Class
io.trino.hive.thrift.metastore.ThriftHiveMetastore.drop_partition_by_name_with_environment_context_args
-
Uses of ThriftHiveMetastore.drop_partition_by_name_with_environment_context_args in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ThriftHiveMetastore.drop_partition_by_name_with_environment_context_argsModifier and TypeMethodDescriptionThriftHiveMetastore.drop_partition_by_name_with_environment_context_args.deepCopy()ThriftHiveMetastore.AsyncProcessor.drop_partition_by_name_with_environment_context.getEmptyArgsInstance()ThriftHiveMetastore.Processor.drop_partition_by_name_with_environment_context.getEmptyArgsInstance()ThriftHiveMetastore.drop_partition_by_name_with_environment_context_args.setDeleteData(boolean deleteData) ThriftHiveMetastore.drop_partition_by_name_with_environment_context_args.setEnvironmentContext(EnvironmentContext environment_context) ThriftHiveMetastore.drop_partition_by_name_with_environment_context_args.setPartName(String part_name) ThriftHiveMetastore.drop_partition_by_name_with_environment_context_args.setTblName(String tbl_name) Methods in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.drop_partition_by_name_with_environment_context_argsModifier and TypeMethodDescriptionintThriftHiveMetastore.drop_partition_by_name_with_environment_context_args.compareTo(ThriftHiveMetastore.drop_partition_by_name_with_environment_context_args other) booleanThriftHiveMetastore.drop_partition_by_name_with_environment_context_args.equals(ThriftHiveMetastore.drop_partition_by_name_with_environment_context_args that) ThriftHiveMetastore.Processor.drop_partition_by_name_with_environment_context.getResult(I iface, ThriftHiveMetastore.drop_partition_by_name_with_environment_context_args args) voidThriftHiveMetastore.AsyncProcessor.drop_partition_by_name_with_environment_context.start(I iface, ThriftHiveMetastore.drop_partition_by_name_with_environment_context_args args, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.drop_partition_by_name_with_environment_context_argsModifierConstructorDescriptiondrop_partition_by_name_with_environment_context_args(ThriftHiveMetastore.drop_partition_by_name_with_environment_context_args other) Performs a deep copy on other.