|
iceberg-cpp
|
Public Member Functions | |
| GetFileMetadataByExprRequest (const GetFileMetadataByExprRequest &) | |
| GetFileMetadataByExprRequest & | operator= (const GetFileMetadataByExprRequest &) |
| void | __set_fileIds (const std::vector< int64_t > &val) |
| void | __set_expr (const std::string &val) |
| void | __set_doGetFooters (const bool val) |
| void | __set_type (const FileMetadataExprType::type val) |
| bool | operator== (const GetFileMetadataByExprRequest &rhs) const |
| bool | operator!= (const GetFileMetadataByExprRequest &rhs) const |
| bool | operator< (const GetFileMetadataByExprRequest &) 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< int64_t > | fileIds |
| std::string | expr |
| bool | doGetFooters |
| FileMetadataExprType::type | type |
| _GetFileMetadataByExprRequest__isset | __isset |
| FileMetadataExprType::type Apache::Hadoop::Hive::GetFileMetadataByExprRequest::type |