Uses of Class
io.trino.hive.thrift.metastore.ColumnStatistics
-
Uses of ColumnStatistics in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ColumnStatisticsModifier and TypeMethodDescriptionColumnStatistics.deepCopy()ThriftHiveMetastore.Client.getPartitionColumnStatistics(String db_name, String tbl_name, String part_name, String col_name) ThriftHiveMetastore.Iface.getPartitionColumnStatistics(String db_name, String tbl_name, String part_name, String col_name) ThriftHiveMetastore.AsyncClient.get_partition_column_statistics_call.getResult()ThriftHiveMetastore.AsyncClient.get_table_column_statistics_call.getResult()ThriftHiveMetastore.update_partition_column_statistics_args.getStatsObj()ThriftHiveMetastore.update_table_column_statistics_args.getStatsObj()ThriftHiveMetastore.get_partition_column_statistics_result.getSuccess()ThriftHiveMetastore.get_table_column_statistics_result.getSuccess()ThriftHiveMetastore.Client.getTableColumnStatistics(String db_name, String tbl_name, String col_name) ThriftHiveMetastore.Iface.getTableColumnStatistics(String db_name, String tbl_name, String col_name) ThriftHiveMetastore.Client.recvGetPartitionColumnStatistics()ThriftHiveMetastore.Client.recvGetTableColumnStatistics()ColumnStatistics.setStatsDesc(ColumnStatisticsDesc statsDesc) ColumnStatistics.setStatsObj(List<ColumnStatisticsObj> statsObj) Methods in io.trino.hive.thrift.metastore that return types with arguments of type ColumnStatisticsModifier and TypeMethodDescriptionSetPartitionsStatsRequest.getColStats()SetPartitionsStatsRequest.getColStatsIterator()org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics>ThriftHiveMetastore.AsyncProcessor.get_partition_column_statistics.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics>ThriftHiveMetastore.AsyncProcessor.get_table_column_statistics.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in io.trino.hive.thrift.metastore with parameters of type ColumnStatisticsModifier and TypeMethodDescriptionvoidSetPartitionsStatsRequest.addToColStats(ColumnStatistics elem) intColumnStatistics.compareTo(ColumnStatistics other) booleanColumnStatistics.equals(ColumnStatistics that) voidThriftHiveMetastore.Client.sendUpdatePartitionColumnStatistics(ColumnStatistics stats_obj) voidThriftHiveMetastore.Client.sendUpdateTableColumnStatistics(ColumnStatistics stats_obj) ThriftHiveMetastore.update_partition_column_statistics_args.setStatsObj(ColumnStatistics stats_obj) ThriftHiveMetastore.update_table_column_statistics_args.setStatsObj(ColumnStatistics stats_obj) ThriftHiveMetastore.get_partition_column_statistics_result.setSuccess(ColumnStatistics success) ThriftHiveMetastore.get_table_column_statistics_result.setSuccess(ColumnStatistics success) voidThriftHiveMetastore.AsyncClient.updatePartitionColumnStatistics(ColumnStatistics stats_obj, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) voidThriftHiveMetastore.AsyncIface.updatePartitionColumnStatistics(ColumnStatistics stats_obj, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) booleanThriftHiveMetastore.Client.updatePartitionColumnStatistics(ColumnStatistics stats_obj) booleanThriftHiveMetastore.Iface.updatePartitionColumnStatistics(ColumnStatistics stats_obj) voidThriftHiveMetastore.AsyncClient.updateTableColumnStatistics(ColumnStatistics stats_obj, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) voidThriftHiveMetastore.AsyncIface.updateTableColumnStatistics(ColumnStatistics stats_obj, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler) booleanThriftHiveMetastore.Client.updateTableColumnStatistics(ColumnStatistics stats_obj) booleanThriftHiveMetastore.Iface.updateTableColumnStatistics(ColumnStatistics stats_obj) Method parameters in io.trino.hive.thrift.metastore with type arguments of type ColumnStatisticsModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.getPartitionColumnStatistics(String db_name, String tbl_name, String part_name, String col_name, org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> resultHandler) voidThriftHiveMetastore.AsyncIface.getPartitionColumnStatistics(String db_name, String tbl_name, String part_name, String col_name, org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> resultHandler) voidThriftHiveMetastore.AsyncClient.getTableColumnStatistics(String db_name, String tbl_name, String col_name, org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> resultHandler) voidThriftHiveMetastore.AsyncIface.getTableColumnStatistics(String db_name, String tbl_name, String col_name, org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> resultHandler) SetPartitionsStatsRequest.setColStats(List<ColumnStatistics> colStats) voidThriftHiveMetastore.AsyncProcessor.get_partition_column_statistics.start(I iface, ThriftHiveMetastore.get_partition_column_statistics_args args, org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_table_column_statistics.start(I iface, ThriftHiveMetastore.get_table_column_statistics_args args, org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type ColumnStatisticsModifierConstructorDescriptionColumnStatistics(ColumnStatistics other) Performs a deep copy on other.get_partition_column_statistics_result(ColumnStatistics success, NoSuchObjectException o1, MetaException o2, InvalidInputException o3, InvalidObjectException o4) get_table_column_statistics_result(ColumnStatistics success, NoSuchObjectException o1, MetaException o2, InvalidInputException o3, InvalidObjectException o4) update_partition_column_statistics_call(ColumnStatistics stats_obj, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) update_table_column_statistics_call(ColumnStatistics stats_obj, org.apache.thrift.async.AsyncMethodCallback<Boolean> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type ColumnStatisticsModifierConstructorDescriptionget_partition_column_statistics_call(String db_name, String tbl_name, String part_name, String col_name, org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) get_table_column_statistics_call(String db_name, String tbl_name, String col_name, org.apache.thrift.async.AsyncMethodCallback<ColumnStatistics> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) SetPartitionsStatsRequest(List<ColumnStatistics> colStats)