|
iceberg-cpp
|
Public Member Functions | |
| DefaultConstraintsResponse (const DefaultConstraintsResponse &) | |
| DefaultConstraintsResponse & | operator= (const DefaultConstraintsResponse &) |
| void | __set_defaultConstraints (const std::vector< SQLDefaultConstraint > &val) |
| bool | operator== (const DefaultConstraintsResponse &rhs) const |
| bool | operator!= (const DefaultConstraintsResponse &rhs) const |
| bool | operator< (const DefaultConstraintsResponse &) 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< SQLDefaultConstraint > | defaultConstraints |