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

Method field_ref

cpp/src/arrow/compute/expression.cc:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99const FieldRef* Expression::field_ref() const {
100 if (auto parameter = this->parameter()) {
101 return &parameter->ref;
102 }
103 return nullptr;
104}
105
106const Expression::Call* Expression::call() const {
107 if (impl_ == nullptr) return nullptr;

Callers 15

test_defaultMethod · 0.80
test_set_stringMethod · 0.80
test_set_symbolMethod · 0.80
test_set_dot_pathMethod · 0.80
test_set_invalidMethod · 0.80
FromExpressionsMethod · 0.80
DevolveFilterMethod · 0.80
UseBoringRefsFunction · 0.80
TESTFunction · 0.80
MakeAsOfJoinRelMethod · 0.80
ifFunction · 0.80

Calls 1

parameterMethod · 0.95

Tested by 9

test_defaultMethod · 0.64
test_set_stringMethod · 0.64
test_set_symbolMethod · 0.64
test_set_dot_pathMethod · 0.64
test_set_invalidMethod · 0.64
UseBoringRefsFunction · 0.64
TESTFunction · 0.64