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

Function greater_equal

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

Source from the content-addressed store, hash-verified

1716}
1717
1718Expression greater_equal(Expression lhs, Expression rhs) {
1719 return call("greater_equal", {std::move(lhs), std::move(rhs)});
1720}
1721
1722Expression is_null(Expression lhs, bool nan_is_null) {
1723 return call("is_null", {std::move(lhs)}, compute::NullOptions(std::move(nan_is_null)));

Callers 10

TEST_FFunction · 0.85
TEST_PFunction · 0.85
TEST_PFunction · 0.85
TEST_FMethod · 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
TEST_PFunction · 0.68
TEST_FMethod · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68