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