| 261 | public JsonScanMixin<TestJsonScan> { |
| 262 | public: |
| 263 | void SetJsonOptions(JsonFragmentScanOptions options = {}) { |
| 264 | opts_->fragment_scan_options = |
| 265 | std::make_shared<JsonFragmentScanOptions>(std::move(options)); |
| 266 | } |
| 267 | }; |
| 268 | |
| 269 | class TestJsonScanNode : public FileFormatScanNodeMixin<JsonFormatHelper>, |
no outgoing calls
no test coverage detected