| 51 | const std::string& serialized_data) const; |
| 52 | |
| 53 | std::string Serialize() const { return extension_metadata_; } |
| 54 | |
| 55 | std::string ToString(bool show_metadata = false) const; |
| 56 | // wrapper for libarrow < 16 |
no outgoing calls
no test coverage detected