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

Method ComputeListInfo

cpp/src/parquet/level_conversion_test.cc:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189struct RepDefLevelConverter {
190 using OffsetsType = IndexType;
191 OffsetsType* ComputeListInfo(const MultiLevelTestData& test_data, LevelInfo level_info,
192 ValidityBitmapInputOutput* output, IndexType* offsets) {
193 DefRepLevelsToList(test_data.def_levels.data(), test_data.rep_levels.data(),
194 test_data.def_levels.size(), level_info, output, offsets);
195 return offsets + output->values_read;
196 }
197};
198
199using ConverterTypes =

Callers 1

RunMethod · 0.80

Calls 3

DefRepLevelsToListFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected