Uses of Class
io.trino.hive.thrift.metastore.TableStatsRequest
-
Uses of TableStatsRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return TableStatsRequestModifier and TypeMethodDescriptionTableStatsRequest.deepCopy()ThriftHiveMetastore.get_table_statistics_req_args.getRequest()TableStatsRequest.setCatName(String catName) TableStatsRequest.setColNames(List<String> colNames) TableStatsRequest.setTblName(String tblName) Methods in io.trino.hive.thrift.metastore with parameters of type TableStatsRequestModifier and TypeMethodDescriptionintTableStatsRequest.compareTo(TableStatsRequest other) booleanTableStatsRequest.equals(TableStatsRequest that) voidThriftHiveMetastore.AsyncClient.getTableStatisticsReq(TableStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<TableStatsResult> resultHandler) voidThriftHiveMetastore.AsyncIface.getTableStatisticsReq(TableStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<TableStatsResult> resultHandler) ThriftHiveMetastore.Client.getTableStatisticsReq(TableStatsRequest request) ThriftHiveMetastore.Iface.getTableStatisticsReq(TableStatsRequest request) voidThriftHiveMetastore.Client.sendGetTableStatisticsReq(TableStatsRequest request) ThriftHiveMetastore.get_table_statistics_req_args.setRequest(TableStatsRequest request) Constructors in io.trino.hive.thrift.metastore with parameters of type TableStatsRequestModifierConstructorDescriptionget_table_statistics_req_call(TableStatsRequest request, org.apache.thrift.async.AsyncMethodCallback<TableStatsResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) Performs a deep copy on other.