|
iceberg-cpp
|
Public Member Functions | |
| RequestPartsSpec (const RequestPartsSpec &) | |
| RequestPartsSpec & | operator= (const RequestPartsSpec &) |
| void | __set_names (const std::vector< std::string > &val) |
| void | __set_exprs (const std::vector< DropPartitionsExpr > &val) |
| bool | operator== (const RequestPartsSpec &rhs) const |
| bool | operator!= (const RequestPartsSpec &rhs) const |
| bool | operator< (const RequestPartsSpec &) 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< std::string > | names |
| std::vector< DropPartitionsExpr > | exprs |
| _RequestPartsSpec__isset | __isset |