Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_simplify_simple_bitwise_xor
Function · 0.80
Calls
1
binary_expr
Function · 0.70
Tested by
1
test_simplify_simple_bitwise_xor
Function · 0.64