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

Function nation_dict_truncated_data_page

cpp/src/parquet/reader_test.cc:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80std::string alltypes_plain() { return data_file("alltypes_plain.parquet"); }
81
82std::string nation_dict_truncated_data_page() {
83 return data_file("nation.dict-malformed.parquet");
84}
85
86// LZ4-compressed data files.
87// These files come in three flavours:

Callers 1

TESTFunction · 0.85

Calls 1

data_fileFunction · 0.70

Tested by

no test coverage detected