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

Function not_

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

Source from the content-addressed store, hash-verified

1754}
1755
1756Expression not_(Expression operand) { return call("invert", {std::move(operand)}); }
1757
1758} // namespace compute
1759} // namespace arrow

Callers 3

TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

callFunction · 0.70

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68