|
iceberg-cpp
|
Public Member Functions | |
| AllocateTableWriteIdsResponse (const AllocateTableWriteIdsResponse &) | |
| AllocateTableWriteIdsResponse & | operator= (const AllocateTableWriteIdsResponse &) |
| void | __set_txnToWriteIds (const std::vector< TxnToWriteId > &val) |
| bool | operator== (const AllocateTableWriteIdsResponse &rhs) const |
| bool | operator!= (const AllocateTableWriteIdsResponse &rhs) const |
| bool | operator< (const AllocateTableWriteIdsResponse &) 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::vector< TxnToWriteId > | txnToWriteIds |