|
iceberg-cpp
|
Public Member Functions | |
| GetFileMetadataByExprResult (const GetFileMetadataByExprResult &) | |
| GetFileMetadataByExprResult & | operator= (const GetFileMetadataByExprResult &) |
| void | __set_metadata (const std::map< int64_t, MetadataPpdResult > &val) |
| void | __set_isSupported (const bool val) |
| bool | operator== (const GetFileMetadataByExprResult &rhs) const |
| bool | operator!= (const GetFileMetadataByExprResult &rhs) const |
| bool | operator< (const GetFileMetadataByExprResult &) 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::map< int64_t, MetadataPpdResult > | metadata |
| bool | isSupported |