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

Method ParquetFileFormat

cpp/src/arrow/dataset/file_parquet.cc:437–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437ParquetFileFormat::ParquetFileFormat()
438 : FileFormat(std::make_shared<ParquetFragmentScanOptions>()) {}
439
440bool ParquetFileFormat::Equals(const FileFormat& other) const {
441 if (other.type_name() != type_name()) return false;

Calls 1

getMethod · 0.45