|
iceberg-cpp
|
Public Member Functions | |
| ThriftHiveMetastore_update_table_column_statistics_result (const ThriftHiveMetastore_update_table_column_statistics_result &) | |
| ThriftHiveMetastore_update_table_column_statistics_result & | operator= (const ThriftHiveMetastore_update_table_column_statistics_result &) |
| void | __set_success (const bool val) |
| void | __set_o1 (const NoSuchObjectException &val) |
| void | __set_o2 (const InvalidObjectException &val) |
| void | __set_o3 (const MetaException &val) |
| void | __set_o4 (const InvalidInputException &val) |
| bool | operator== (const ThriftHiveMetastore_update_table_column_statistics_result &rhs) const |
| bool | operator!= (const ThriftHiveMetastore_update_table_column_statistics_result &rhs) const |
| bool | operator< (const ThriftHiveMetastore_update_table_column_statistics_result &) const |
| uint32_t | read (::apache::thrift::protocol::TProtocol *iprot) |
| uint32_t | write (::apache::thrift::protocol::TProtocol *oprot) const |
Public Attributes | |
| bool | success |
| NoSuchObjectException | o1 |
| InvalidObjectException | o2 |
| MetaException | o3 |
| InvalidInputException | o4 |
| _ThriftHiveMetastore_update_table_column_statistics_result__isset | __isset |