Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ bitand
Method
bitand
datafusion/expr/src/operation.rs:74–76 ·
view source on GitHub ↗
(self, rhs: Self)
Source
from the content-addressed store, hash-verified
72
type Output = Self;
73
74
fn bitand(self, rhs: Self) -> Self {
75
binary_expr(self, Operator::BitwiseAnd, rhs)
76
}
77
}
78
79
/// Support `<expr> | <expr>` fluent style
Callers
2
null_count_for_multiple_cols
Function · 0.80
test_simplify_simple_bitwise_and
Function · 0.80
Calls
1
binary_expr
Function · 0.70
Tested by
1
test_simplify_simple_bitwise_and
Function · 0.64