| 522 | |
| 523 | class TestCsvFileFormatScanNode : public FileFormatScanNodeMixin<CsvFormatHelper> { |
| 524 | void SetUp() override { |
| 525 | internal::Initialize(); |
| 526 | scan_options_.parse_options.ignore_empty_lines = false; |
| 527 | } |
| 528 | |
| 529 | const FragmentScanOptions* GetFormatOptions() override { return &scan_options_; } |
| 530 |
nothing calls this directly
no test coverage detected