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

Function add

cpp/src/arrow/compute/expression_test.cc:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79Expression add(Expression l, Expression r) {
80 return call("add", {std::move(l), std::move(r)});
81}
82
83std::string make_range_json(int start, int end) {
84 std::string result = "[";

Callers 2

TESTFunction · 0.70
ASSERT_OK_AND_ASSIGNFunction · 0.70

Calls 1

callFunction · 0.70

Tested by

no test coverage detected