MCPcopy Create free account
hub / github.com/apache/datafusion / add

Method add

datafusion/expr/src/operation.rs:29–31  ·  view source on GitHub ↗
(self, rhs: Self)

Source from the content-addressed store, hash-verified

27 type Output = Self;
28
29 fn add(self, rhs: Self) -> Self {
30 binary_expr(self, Operator::Plus, rhs)
31 }
32}
33
34/// Support `<expr> - <expr>` fluent style

Callers 1

Calls 1

binary_exprFunction · 0.70

Tested by 1