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

Method Run

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

Source from the content-addressed store, hash-verified

261// (the def-level for the next nullable node is incremented).
262struct AllPresentTerminalNode {
263 IterationResult Run(const ElementRange& range, PathWriteContext* context) {
264 return context->AppendDefLevels(range.end - range.start, def_level);
265 // No need to worry about rep levels, because this state should
266 // only be applicable for after all list/repeated values
267 // have been evaluated in the path.
268 }
269 int16_t def_level;
270};
271

Callers

nothing calls this directly

Calls 1

AppendDefLevelsMethod · 0.45

Tested by

no test coverage detected