Uses of Class
io.trino.hive.thrift.metastore.ThriftHiveMetastore.update_table_column_statistics_req_args
-
Uses of ThriftHiveMetastore.update_table_column_statistics_req_args in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ThriftHiveMetastore.update_table_column_statistics_req_argsModifier and TypeMethodDescriptionThriftHiveMetastore.update_table_column_statistics_req_args.deepCopy()ThriftHiveMetastore.AsyncProcessor.update_table_column_statistics_req.getEmptyArgsInstance()ThriftHiveMetastore.Processor.update_table_column_statistics_req.getEmptyArgsInstance()ThriftHiveMetastore.update_table_column_statistics_req_args.setReq(SetPartitionsStatsRequest req) Methods in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.update_table_column_statistics_req_argsModifier and TypeMethodDescriptionintThriftHiveMetastore.update_table_column_statistics_req_args.compareTo(ThriftHiveMetastore.update_table_column_statistics_req_args other) booleanThriftHiveMetastore.update_table_column_statistics_req_args.equals(ThriftHiveMetastore.update_table_column_statistics_req_args that) ThriftHiveMetastore.Processor.update_table_column_statistics_req.getResult(I iface, ThriftHiveMetastore.update_table_column_statistics_req_args args) voidThriftHiveMetastore.AsyncProcessor.update_table_column_statistics_req.start(I iface, ThriftHiveMetastore.update_table_column_statistics_req_args args, org.apache.thrift.async.AsyncMethodCallback<SetPartitionsStatsResponse> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.update_table_column_statistics_req_argsModifierConstructorDescriptionupdate_table_column_statistics_req_args(ThriftHiveMetastore.update_table_column_statistics_req_args other) Performs a deep copy on other.