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

Method Run

cpp/src/parquet/level_conversion_test.cc:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175
176 typename ConverterType::OffsetsType* Run(const MultiLevelTestData& test_data,
177 LevelInfo level_info) {
178 return this->converter_.ComputeListInfo(test_data, level_info, &validity_io_,
179 offsets_.data());
180 }
181
182 ConverterType converter_;
183 ValidityBitmapInputOutput validity_io_;

Callers 1

TYPED_TESTFunction · 0.45

Calls 2

ComputeListInfoMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected