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

Function true_unless_null

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

Source from the content-addressed store, hash-verified

73}
74
75Expression true_unless_null(Expression argument) {
76 return call("true_unless_null", {std::move(argument)});
77}
78
79Expression add(Expression l, Expression r) {
80 return call("add", {std::move(l), std::move(r)});

Callers 1

TESTFunction · 0.85

Calls 1

callFunction · 0.70

Tested by

no test coverage detected