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

Function is_valid

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

Source from the content-addressed store, hash-verified

1724}
1725
1726Expression is_valid(Expression lhs) { return call("is_valid", {std::move(lhs)}); }
1727
1728Expression and_(Expression lhs, Expression rhs) {
1729 return call("and_kleene", {std::move(lhs), std::move(rhs)});

Callers

nothing calls this directly

Calls 1

callFunction · 0.70

Tested by

no test coverage detected