Uses of Class
io.trino.hive.thrift.metastore.ThriftHiveMetastore.drop_partition_args
-
Uses of ThriftHiveMetastore.drop_partition_args in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ThriftHiveMetastore.drop_partition_argsModifier and TypeMethodDescriptionThriftHiveMetastore.drop_partition_args.deepCopy()ThriftHiveMetastore.AsyncProcessor.drop_partition.getEmptyArgsInstance()ThriftHiveMetastore.Processor.drop_partition.getEmptyArgsInstance()ThriftHiveMetastore.drop_partition_args.setDeleteData(boolean deleteData) ThriftHiveMetastore.drop_partition_args.setPartVals(List<String> part_vals) ThriftHiveMetastore.drop_partition_args.setTblName(String tbl_name) Methods in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.drop_partition_argsModifier and TypeMethodDescriptionintThriftHiveMetastore.drop_partition_args.compareTo(ThriftHiveMetastore.drop_partition_args other) booleanThriftHiveMetastore.drop_partition_args.equals(ThriftHiveMetastore.drop_partition_args that) ThriftHiveMetastore.Processor.drop_partition.getResult(I iface, ThriftHiveMetastore.drop_partition_args args) voidThriftHiveMetastore.AsyncProcessor.drop_partition.start(I iface, ThriftHiveMetastore.drop_partition_args args, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.drop_partition_argsModifierConstructorDescriptionPerforms a deep copy on other.