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

Method rem

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

Source from the content-addressed store, hash-verified

63 type Output = Self;
64
65 fn rem(self, rhs: Self) -> Self {
66 binary_expr(self, Operator::Modulo, rhs)
67 }
68}
69
70/// Support `<expr> & <expr>` fluent style

Callers

nothing calls this directly

Calls 1

binary_exprFunction · 0.70

Tested by

no test coverage detected