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

Function equal

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

Source from the content-addressed store, hash-verified

1696}
1697
1698Expression equal(Expression lhs, Expression rhs) {
1699 return call("equal", {std::move(lhs), std::move(rhs)});
1700}
1701
1702Expression not_equal(Expression lhs, Expression rhs) {
1703 return call("not_equal", {std::move(lhs), std::move(rhs)});

Callers 15

VisitMethod · 0.85
EqualsMethod · 0.85
PartitionMethod · 0.85
ConvertKeyMethod · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
file_benchmark.ccFile · 0.85
MinimalEndToEndScanFunction · 0.85
operator()Method · 0.85
TESTFunction · 0.85

Calls 1

callFunction · 0.70

Tested by 15

TEST_FFunction · 0.68
TEST_FFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
TEST_PFunction · 0.68
TestCountRowsMethod · 0.68
TestScanProjectedMethod · 0.68
TestCountRowsMethod · 0.68
TestScanProjectedMethod · 0.68