MCPcopy Create free account
hub / github.com/apache/arrow / SetUp

Method SetUp

cpp/src/arrow/dataset/file_csv_test.cc:524–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522
523class 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

Callers

nothing calls this directly

Calls 1

InitializeFunction · 0.70

Tested by

no test coverage detected