Uses of Class
io.trino.hive.thrift.metastore.InvalidInputException
-
Uses of InvalidInputException in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return InvalidInputExceptionModifier and TypeMethodDescriptionInvalidInputException.deepCopy()ThriftHiveMetastore.get_partition_column_statistics_result.getO3()ThriftHiveMetastore.get_table_column_statistics_result.getO3()ThriftHiveMetastore.delete_partition_column_statistics_result.getO4()ThriftHiveMetastore.delete_table_column_statistics_result.getO4()ThriftHiveMetastore.exchange_partition_result.getO4()ThriftHiveMetastore.exchange_partitions_result.getO4()ThriftHiveMetastore.set_aggr_stats_for_result.getO4()ThriftHiveMetastore.update_partition_column_statistics_req_result.getO4()ThriftHiveMetastore.update_partition_column_statistics_result.getO4()ThriftHiveMetastore.update_table_column_statistics_req_result.getO4()ThriftHiveMetastore.update_table_column_statistics_result.getO4()InvalidInputException.setMessage(String message) Methods in io.trino.hive.thrift.metastore with parameters of type InvalidInputExceptionModifier and TypeMethodDescriptionintInvalidInputException.compareTo(InvalidInputException other) booleanInvalidInputException.equals(InvalidInputException that) ThriftHiveMetastore.get_partition_column_statistics_result.setO3(InvalidInputException o3) ThriftHiveMetastore.get_table_column_statistics_result.setO3(InvalidInputException o3) ThriftHiveMetastore.delete_partition_column_statistics_result.setO4(InvalidInputException o4) ThriftHiveMetastore.delete_table_column_statistics_result.setO4(InvalidInputException o4) ThriftHiveMetastore.exchange_partition_result.setO4(InvalidInputException o4) ThriftHiveMetastore.exchange_partitions_result.setO4(InvalidInputException o4) ThriftHiveMetastore.set_aggr_stats_for_result.setO4(InvalidInputException o4) ThriftHiveMetastore.update_partition_column_statistics_req_result.setO4(InvalidInputException o4) ThriftHiveMetastore.update_partition_column_statistics_result.setO4(InvalidInputException o4) ThriftHiveMetastore.update_table_column_statistics_req_result.setO4(InvalidInputException o4) ThriftHiveMetastore.update_table_column_statistics_result.setO4(InvalidInputException o4) Methods in io.trino.hive.thrift.metastore that throw InvalidInputExceptionModifier and TypeMethodDescriptionbooleanThriftHiveMetastore.Client.deletePartitionColumnStatistics(String db_name, String tbl_name, String part_name, String col_name) booleanThriftHiveMetastore.Iface.deletePartitionColumnStatistics(String db_name, String tbl_name, String part_name, String col_name) booleanThriftHiveMetastore.Client.deleteTableColumnStatistics(String db_name, String tbl_name, String col_name) booleanThriftHiveMetastore.Iface.deleteTableColumnStatistics(String db_name, String tbl_name, String col_name) ThriftHiveMetastore.Client.exchangePartition(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name) ThriftHiveMetastore.Iface.exchangePartition(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name) ThriftHiveMetastore.Client.exchangePartitions(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name) ThriftHiveMetastore.Iface.exchangePartitions(Map<String, String> partitionSpecs, String source_db, String source_table_name, String dest_db, String dest_table_name) 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.delete_partition_column_statistics_call.getResult()ThriftHiveMetastore.AsyncClient.delete_table_column_statistics_call.getResult()ThriftHiveMetastore.AsyncClient.exchange_partition_call.getResult()ThriftHiveMetastore.AsyncClient.exchange_partitions_call.getResult()ThriftHiveMetastore.AsyncClient.get_partition_column_statistics_call.getResult()ThriftHiveMetastore.AsyncClient.get_table_column_statistics_call.getResult()ThriftHiveMetastore.AsyncClient.set_aggr_stats_for_call.getResult()ThriftHiveMetastore.AsyncClient.update_partition_column_statistics_call.getResult()ThriftHiveMetastore.AsyncClient.update_partition_column_statistics_req_call.getResult()ThriftHiveMetastore.AsyncClient.update_table_column_statistics_call.getResult()ThriftHiveMetastore.AsyncClient.update_table_column_statistics_req_call.getResult()ThriftHiveMetastore.Client.getTableColumnStatistics(String db_name, String tbl_name, String col_name) ThriftHiveMetastore.Iface.getTableColumnStatistics(String db_name, String tbl_name, String col_name) booleanThriftHiveMetastore.Client.recvDeletePartitionColumnStatistics()booleanThriftHiveMetastore.Client.recvDeleteTableColumnStatistics()ThriftHiveMetastore.Client.recvExchangePartition()ThriftHiveMetastore.Client.recvExchangePartitions()ThriftHiveMetastore.Client.recvGetPartitionColumnStatistics()ThriftHiveMetastore.Client.recvGetTableColumnStatistics()booleanThriftHiveMetastore.Client.recvSetAggrStatsFor()booleanThriftHiveMetastore.Client.recvUpdatePartitionColumnStatistics()ThriftHiveMetastore.Client.recvUpdatePartitionColumnStatisticsReq()booleanThriftHiveMetastore.Client.recvUpdateTableColumnStatistics()ThriftHiveMetastore.Client.recvUpdateTableColumnStatisticsReq()booleanThriftHiveMetastore.Client.setAggrStatsFor(SetPartitionsStatsRequest request) booleanThriftHiveMetastore.Iface.setAggrStatsFor(SetPartitionsStatsRequest request) booleanThriftHiveMetastore.Client.updatePartitionColumnStatistics(ColumnStatistics stats_obj) booleanThriftHiveMetastore.Iface.updatePartitionColumnStatistics(ColumnStatistics stats_obj) ThriftHiveMetastore.Client.updatePartitionColumnStatisticsReq(SetPartitionsStatsRequest req) ThriftHiveMetastore.Iface.updatePartitionColumnStatisticsReq(SetPartitionsStatsRequest req) booleanThriftHiveMetastore.Client.updateTableColumnStatistics(ColumnStatistics stats_obj) booleanThriftHiveMetastore.Iface.updateTableColumnStatistics(ColumnStatistics stats_obj) ThriftHiveMetastore.Client.updateTableColumnStatisticsReq(SetPartitionsStatsRequest req) ThriftHiveMetastore.Iface.updateTableColumnStatisticsReq(SetPartitionsStatsRequest req) Constructors in io.trino.hive.thrift.metastore with parameters of type InvalidInputExceptionModifierConstructorDescriptiondelete_partition_column_statistics_result(boolean success, NoSuchObjectException o1, MetaException o2, InvalidObjectException o3, InvalidInputException o4) delete_table_column_statistics_result(boolean success, NoSuchObjectException o1, MetaException o2, InvalidObjectException o3, InvalidInputException o4) exchange_partition_result(Partition success, MetaException o1, NoSuchObjectException o2, InvalidObjectException o3, InvalidInputException o4) exchange_partitions_result(List<Partition> success, MetaException o1, NoSuchObjectException o2, InvalidObjectException o3, InvalidInputException o4) 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) Performs a deep copy on other.set_aggr_stats_for_result(boolean success, NoSuchObjectException o1, InvalidObjectException o2, MetaException o3, InvalidInputException o4) update_partition_column_statistics_req_result(SetPartitionsStatsResponse success, NoSuchObjectException o1, InvalidObjectException o2, MetaException o3, InvalidInputException o4) update_partition_column_statistics_result(boolean success, NoSuchObjectException o1, InvalidObjectException o2, MetaException o3, InvalidInputException o4) update_table_column_statistics_req_result(SetPartitionsStatsResponse success, NoSuchObjectException o1, InvalidObjectException o2, MetaException o3, InvalidInputException o4) update_table_column_statistics_result(boolean success, NoSuchObjectException o1, InvalidObjectException o2, MetaException o3, InvalidInputException o4)