Uses of Class
io.trino.hive.thrift.metastore.ThriftHiveMetastore.update_table_column_statistics_result
-
Uses of ThriftHiveMetastore.update_table_column_statistics_result in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ThriftHiveMetastore.update_table_column_statistics_resultModifier and TypeMethodDescriptionThriftHiveMetastore.update_table_column_statistics_result.deepCopy()ThriftHiveMetastore.Processor.update_table_column_statistics.getResult(I iface, ThriftHiveMetastore.update_table_column_statistics_args args) ThriftHiveMetastore.update_table_column_statistics_result.setO1(NoSuchObjectException o1) ThriftHiveMetastore.update_table_column_statistics_result.setO2(InvalidObjectException o2) ThriftHiveMetastore.update_table_column_statistics_result.setO3(MetaException o3) ThriftHiveMetastore.update_table_column_statistics_result.setO4(InvalidInputException o4) ThriftHiveMetastore.update_table_column_statistics_result.setSuccess(boolean success) Methods in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.update_table_column_statistics_resultModifier and TypeMethodDescriptionintThriftHiveMetastore.update_table_column_statistics_result.compareTo(ThriftHiveMetastore.update_table_column_statistics_result other) booleanThriftHiveMetastore.update_table_column_statistics_result.equals(ThriftHiveMetastore.update_table_column_statistics_result that) Constructors in io.trino.hive.thrift.metastore with parameters of type ThriftHiveMetastore.update_table_column_statistics_resultModifierConstructorDescriptionupdate_table_column_statistics_result(ThriftHiveMetastore.update_table_column_statistics_result other) Performs a deep copy on other.