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

Method AppendRepLevels

cpp/src/parquet/arrow/path_internal.cc:189–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 IterationResult AppendRepLevels(int64_t count, int16_t rep_level) {
190 last_status = rep_levels.Append(count, rep_level);
191 if (ARROW_PREDICT_TRUE(last_status.ok())) {
192 return kDone;
193 }
194 return kError;
195 }
196
197 bool EqualRepDefLevelsLengths() const {
198 return rep_levels.length() == def_levels.length();

Callers 2

FillRepLevelsFunction · 0.45
FillForLastMethod · 0.45

Calls 2

AppendMethod · 0.45
okMethod · 0.45

Tested by

no test coverage detected