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

Method CsvFileFormat

cpp/src/arrow/dataset/file_csv.cc:355–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353} // namespace
354
355CsvFileFormat::CsvFileFormat() : FileFormat(std::make_shared<CsvFragmentScanOptions>()) {}
356
357bool CsvFileFormat::Equals(const FileFormat& format) const {
358 if (type_name() != format.type_name()) return false;

Callers 10

test_csv_formatFunction · 0.80
test_csv_format_optionsFunction · 0.80
test_encodingFunction · 0.80
test_write_dataset_csvFunction · 0.80

Calls

no outgoing calls

Tested by 10

test_csv_formatFunction · 0.64
test_csv_format_optionsFunction · 0.64
test_encodingFunction · 0.64
test_write_dataset_csvFunction · 0.64