|
iceberg-cpp
|
Public Member Functions | |
| AllocateTableWriteIdsRequest (const AllocateTableWriteIdsRequest &) | |
| AllocateTableWriteIdsRequest & | operator= (const AllocateTableWriteIdsRequest &) |
| void | __set_dbName (const std::string &val) |
| void | __set_tableName (const std::string &val) |
| void | __set_txnIds (const std::vector< int64_t > &val) |
| void | __set_replPolicy (const std::string &val) |
| void | __set_srcTxnToWriteIdList (const std::vector< TxnToWriteId > &val) |
| void | __set_reallocate (const bool val) |
| bool | operator== (const AllocateTableWriteIdsRequest &rhs) const |
| bool | operator!= (const AllocateTableWriteIdsRequest &rhs) const |
| bool | operator< (const AllocateTableWriteIdsRequest &) const |
| uint32_t | read (::apache::thrift::protocol::TProtocol *iprot) override |
| uint32_t | write (::apache::thrift::protocol::TProtocol *oprot) const override |
| virtual void | printTo (std::ostream &out) const |
Public Attributes | |
| std::string | dbName |
| std::string | tableName |
| std::vector< int64_t > | txnIds |
| std::string | replPolicy |
| std::vector< TxnToWriteId > | srcTxnToWriteIdList |
| bool | reallocate |
| _AllocateTableWriteIdsRequest__isset | __isset |