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

Function greater

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

Source from the content-addressed store, hash-verified

1712}
1713
1714Expression greater(Expression lhs, Expression rhs) {
1715 return call("greater", {std::move(lhs), std::move(rhs)});
1716}
1717
1718Expression greater_equal(Expression lhs, Expression rhs) {
1719 return call("greater_equal", {std::move(lhs), std::move(rhs)});

Callers 15

TEST_FFunction · 0.85
file_benchmark.ccFile · 0.85
TEST_PFunction · 0.85
TESTFunction · 0.85
TEST_PFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

callFunction · 0.70

Tested by 9

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