Uses of Class
io.trino.hive.thrift.metastore.ThriftHiveMetastore.drop_partition_by_name_args
-
Uses of ThriftHiveMetastore.drop_partition_by_name_args in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ThriftHiveMetastore.drop_partition_by_name_argsModifier and TypeMethodDescriptionThriftHiveMetastore.drop_partition_by_name_args.deepCopy()ThriftHiveMetastore.AsyncProcessor.drop_partition_by_name.getEmptyArgsInstance()ThriftHiveMetastore.Processor.drop_partition_by_name.getEmptyArgsInstance()ThriftHiveMetastore.drop_partition_by_name_args.setDeleteData(boolean deleteData) ThriftHiveMetastore.drop_partition_by_name_args.setPartName(String part_name) ThriftHiveMetastore.drop_partition_by_name_args.setTblName(String tbl_name) Methods in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.drop_partition_by_name_argsModifier and TypeMethodDescriptionintThriftHiveMetastore.drop_partition_by_name_args.compareTo(ThriftHiveMetastore.drop_partition_by_name_args other) booleanThriftHiveMetastore.drop_partition_by_name_args.equals(ThriftHiveMetastore.drop_partition_by_name_args that) ThriftHiveMetastore.Processor.drop_partition_by_name.getResult(I iface, ThriftHiveMetastore.drop_partition_by_name_args args) voidThriftHiveMetastore.AsyncProcessor.drop_partition_by_name.start(I iface, ThriftHiveMetastore.drop_partition_by_name_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_argsModifierConstructorDescriptionPerforms a deep copy on other.