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

Method operator()

cpp/src/arrow/type.cc:1929–1931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1927 // flatten children
1928 struct Visitor {
1929 void operator()(std::string&& name, std::vector<FieldRef>* out) {
1930 out->push_back(FieldRef(std::move(name)));
1931 }
1932
1933 void operator()(FieldPath&& path, std::vector<FieldRef>* out) {
1934 if (path.indices().empty()) {

Callers

nothing calls this directly

Calls 15

ToCharsFunction · 0.85
push_backMethod · 0.80
indicesMethod · 0.80
ToDotPathMethod · 0.80
resizeMethod · 0.80
ValueOrDieMethod · 0.80
FindAllMethod · 0.80
FieldRefFunction · 0.70
GetFunction · 0.50
emptyMethod · 0.45
reserveMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected