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

Function DefRepLevelsToList

cpp/src/parquet/level_conversion.cc:154–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void DefRepLevelsToList(const int16_t* def_levels, const int16_t* rep_levels,
155 int64_t num_def_levels, LevelInfo level_info,
156 ValidityBitmapInputOutput* output, int32_t* offsets) {
157 DefRepLevelsToListInfo<int32_t>(def_levels, rep_levels, num_def_levels, level_info,
158 output, offsets);
159}
160
161void DefRepLevelsToList(const int16_t* def_levels, const int16_t* rep_levels,
162 int64_t num_def_levels, LevelInfo level_info,

Callers 2

ComputeListInfoMethod · 0.85
BuildArrayMethod · 0.85

Calls

no outgoing calls

Tested by 1

ComputeListInfoMethod · 0.68