\return the decoded schema
| 336 | |
| 337 | /// \return the decoded schema |
| 338 | std::shared_ptr<Schema> schema() const { return schema_; } |
| 339 | |
| 340 | /// \return the filtered schema |
| 341 | std::shared_ptr<Schema> filtered_schema() const { return filtered_schema_; } |
no outgoing calls