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