| 270 | public JsonScanMixin<TestJsonScanNode> { |
| 271 | public: |
| 272 | void SetSchema(FieldVector fields) { SetDatasetSchema(std::move(fields)); } |
| 273 | |
| 274 | void SetJsonOptions(JsonFragmentScanOptions options = {}) { |
| 275 | json_options_ = std::move(options); |
no outgoing calls
no test coverage detected