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

Method bitxor

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

Source from the content-addressed store, hash-verified

90 type Output = Self;
91
92 fn bitxor(self, rhs: Self) -> Self {
93 binary_expr(self, Operator::BitwiseXor, rhs)
94 }
95}
96
97/// Support `<expr> << <expr>` fluent style

Callers 1

Calls 1

binary_exprFunction · 0.70

Tested by 1