| 152 | } |
| 153 | |
| 154 | void 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 | |
| 161 | void DefRepLevelsToList(const int16_t* def_levels, const int16_t* rep_levels, |
| 162 | int64_t num_def_levels, LevelInfo level_info, |
no outgoing calls