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

Function FieldRef

cpp/src/arrow/type.h:2094–2094  ·  view source on GitHub ↗

Construct a by-name FieldRef. Multiple fields may match a by-name FieldRef: [f for f in schema.fields where f.name == self.name]

Source from the content-addressed store, hash-verified

2092 /// Construct a by-name FieldRef. Multiple fields may match a by-name FieldRef:
2093 /// [f for f in schema.fields where f.name == self.name]
2094 FieldRef(std::string name) : impl_(std::move(name)) {} // NOLINT runtime/explicit
2095 FieldRef(const char* name) : impl_(std::string(name)) {} // NOLINT runtime/explicit
2096
2097 /// Equivalent to a single index string of indices.

Callers 15

operator()Method · 0.70
FromDotPathMethod · 0.70
type.hFile · 0.70
TestGetMethod · 0.70
TEST_FFunction · 0.70
MakeOrderedSinkNodeFunction · 0.50
MaybeConvertFieldRefFunction · 0.50
TEST_PFunction · 0.50

Calls 1

FieldPathFunction · 0.85

Tested by 15

TestGetMethod · 0.56
TEST_FFunction · 0.56
TEST_PFunction · 0.40
TEST_PFunction · 0.40
TEST_FFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40