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