|
iceberg-cpp
|
Public Member Functions | |
| PrimaryKeysResponse (const PrimaryKeysResponse &) | |
| PrimaryKeysResponse & | operator= (const PrimaryKeysResponse &) |
| void | __set_primaryKeys (const std::vector< SQLPrimaryKey > &val) |
| bool | operator== (const PrimaryKeysResponse &rhs) const |
| bool | operator!= (const PrimaryKeysResponse &rhs) const |
| bool | operator< (const PrimaryKeysResponse &) 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< SQLPrimaryKey > | primaryKeys |