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

Method SetUp

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

Source from the content-addressed store, hash-verified

73 Compression::type GetCompression() { return GetParam().compression_type; }
74
75 void SetUp() {
76 internal::Initialize();
77 auto fragment_scan_options = std::make_shared<CsvFragmentScanOptions>();
78 fragment_scan_options->parse_options.ignore_empty_lines = false;
79 opts_->fragment_scan_options = fragment_scan_options;
80 }
81
82 std::unique_ptr<FileSource> GetFileSource(std::string csv) {
83 if (GetCompression() == Compression::UNCOMPRESSED) {

Callers

nothing calls this directly

Calls 1

InitializeFunction · 0.70

Tested by

no test coverage detected