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

Method sub

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

Source from the content-addressed store, hash-verified

36 type Output = Self;
37
38 fn sub(self, rhs: Self) -> Self {
39 binary_expr(self, Operator::Minus, rhs)
40 }
41}
42
43/// Support `<expr> * <expr>` fluent style

Callers 1

Calls 1

binary_exprFunction · 0.70

Tested by

no test coverage detected