Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
437
ParquetFileFormat::ParquetFileFormat()
438
: FileFormat(std::make_shared<ParquetFragmentScanOptions>()) {}
439
440
bool ParquetFileFormat::Equals(const FileFormat& other) const {
441
if (other.type_name() != type_name()) return false;
Callers
15
__init__
Method · 0.80
write_to_dataset
Function · 0.80
dataset
Function · 0.80
test_filesystem_dataset
Function · 0.80
test_dataset_factory_inspect_schema_promotion
Function · 0.80
test_dataset_factory_inspect_bad_params
Function · 0.80
test_parquet_file_format_read_options
Function · 0.80
test_file_format_pickling
Function · 0.80
test_filesystem_factory
Function · 0.80
test_make_fragment
Function · 0.80
test_make_fragment_with_size
Function · 0.80
test_make_parquet_fragment_from_buffer
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
15
dataset
Function · 0.64
test_filesystem_dataset
Function · 0.64
test_dataset_factory_inspect_schema_promotion
Function · 0.64
test_dataset_factory_inspect_bad_params
Function · 0.64
test_parquet_file_format_read_options
Function · 0.64
test_file_format_pickling
Function · 0.64
test_filesystem_factory
Function · 0.64
test_make_fragment
Function · 0.64
test_make_fragment_with_size
Function · 0.64
test_make_parquet_fragment_from_buffer
Function · 0.64
test_partitioning_factory
Function · 0.64
test_partitioning_factory_dictionary
Function · 0.64