|
iceberg-cpp
|
Public Member Functions | |
| ThriftHiveMetastore_drop_table_args (const ThriftHiveMetastore_drop_table_args &) | |
| ThriftHiveMetastore_drop_table_args & | operator= (const ThriftHiveMetastore_drop_table_args &) |
| void | __set_dbname (const std::string &val) |
| void | __set_name (const std::string &val) |
| void | __set_deleteData (const bool val) |
| bool | operator== (const ThriftHiveMetastore_drop_table_args &rhs) const |
| bool | operator!= (const ThriftHiveMetastore_drop_table_args &rhs) const |
| bool | operator< (const ThriftHiveMetastore_drop_table_args &) const |
| uint32_t | read (::apache::thrift::protocol::TProtocol *iprot) |
| uint32_t | write (::apache::thrift::protocol::TProtocol *oprot) const |
Public Attributes | |
| std::string | dbname |
| std::string | name |
| bool | deleteData |
| _ThriftHiveMetastore_drop_table_args__isset | __isset |