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

Method call

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

Source from the content-addressed store, hash-verified

104}
105
106const Expression::Call* Expression::call() const {
107 if (impl_ == nullptr) return nullptr;
108
109 return std::get_if<Call>(impl_.get());
110}
111
112const DataType* Expression::type() const {
113 if (impl_ == nullptr) return nullptr;

Callers 15

IsBoundMethod · 0.95
wrapperFunction · 0.80
_has_pkg_configFunction · 0.80
NormalizeAndValidateMethod · 0.80
TESTFunction · 0.80
WriteMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 8

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
test_callMethod · 0.64
_ensure_mock_call_objectFunction · 0.64
test_compose_pushFunction · 0.64