MCPcopy Create free account
hub / github.com/apache/arrow / operator()

Function operator()

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

Source from the content-addressed store, hash-verified

577 PathInfo::Node& node = path_info->path[stack_position - stack_base];
578 struct {
579 IterationResult operator()(NullableNode& node) {
580 return node.Run(stack_position, stack_position + 1, context);
581 }
582 IterationResult operator()(ListNode& node) {
583 return node.Run(stack_position, stack_position + 1, context);
584 }

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected