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

Method NestedSelector

cpp/src/arrow/type.cc:1638–1639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1636 using Util = NestedSelectorUtil;
1637
1638 explicit NestedSelector(const std::vector<std::shared_ptr<T>>& children)
1639 : parent_or_children_(&children) {}
1640 explicit NestedSelector(const T& parent) : parent_or_children_(&parent) {}
1641 explicit NestedSelector(std::shared_ptr<T> parent)
1642 : owned_parent_(std::move(parent)), parent_or_children_(owned_parent_.get()) {}

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected