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

Method JsonFileFormat

cpp/src/arrow/dataset/file_json.cc:362–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360} // namespace
361
362JsonFileFormat::JsonFileFormat()
363 : FileFormat(std::make_shared<JsonFragmentScanOptions>()) {}
364
365bool JsonFileFormat::Equals(const FileFormat& other) const {
366 return type_name() == other.type_name();

Callers 5

test_json_formatFunction · 0.80
test_json_format_optionsFunction · 0.80

Calls

no outgoing calls

Tested by 5

test_json_formatFunction · 0.64
test_json_format_optionsFunction · 0.64