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

Function or_

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

Source from the content-addressed store, hash-verified

1740}
1741
1742Expression or_(Expression lhs, Expression rhs) {
1743 return call("or_kleene", {std::move(lhs), std::move(rhs)});
1744}
1745
1746Expression or_(const std::vector<Expression>& operands) {
1747 if (operands.empty()) return literal(false);

Callers 7

TESTFunction · 0.85
TEST_PFunction · 0.85
TEST_FFunction · 0.85
TEST_FMethod · 0.85
FromProtoFunction · 0.85
TESTFunction · 0.85

Calls 5

callFunction · 0.70
literalFunction · 0.70
emptyMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by 5

TESTFunction · 0.68
TEST_PFunction · 0.68
TEST_FFunction · 0.68
TEST_FMethod · 0.68
TESTFunction · 0.68