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

Function call

cpp/src/arrow/compute/expression.h:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164template <typename Options, typename = typename std::enable_if<
165 std::is_base_of<FunctionOptions, Options>::value>::type>
166Expression call(std::string function, std::vector<Expression> arguments,
167 Options options) {
168 return call(std::move(function), std::move(arguments),
169 std::make_shared<Options>(std::move(options)));
170}
171
172/// Assemble a list of all fields referenced by an Expression at any depth.
173ARROW_EXPORT

Callers 15

castFunction · 0.70
true_unless_nullFunction · 0.70
addFunction · 0.70
TESTFunction · 0.70
expression_test.ccFile · 0.70
FromExpressionsMethod · 0.50
TEST_FFunction · 0.50
MinimalEndToEndScanFunction · 0.50
ASSERT_OK_AND_ASSIGNFunction · 0.50
TEST_PFunction · 0.50

Calls

no outgoing calls

Tested by 15

castFunction · 0.56
true_unless_nullFunction · 0.56
addFunction · 0.56
TESTFunction · 0.56
TEST_FFunction · 0.40
ASSERT_OK_AND_ASSIGNFunction · 0.40
TEST_PFunction · 0.40
TestCountRowsMethod · 0.40
TestCountRowsMethod · 0.40
TEST_FFunction · 0.40
TESTFunction · 0.40
TEST_FMethod · 0.40