\return the decoded schema
| 341 | |
| 342 | /// \return the decoded schema |
| 343 | std::shared_ptr<Schema> schema() const { return schema_; } |
| 344 | |
| 345 | /// \return the filtered schema |
| 346 | std::shared_ptr<Schema> filtered_schema() const { return filtered_schema_; } |
no outgoing calls