Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ bitor
Method
bitor
datafusion/expr/src/operation.rs:83–85 ·
view source on GitHub ↗
(self, rhs: Self)
Source
from the content-addressed store, hash-verified
81
type Output = Self;
82
83
fn bitor(self, rhs: Self) -> Self {
84
binary_expr(self, Operator::BitwiseOr, rhs)
85
}
86
}
87
88
/// Support `<expr> ^ <expr>` fluent style
Callers
4
merge_current_right_bitmap
Method · 0.80
process_left_range_join
Method · 0.80
update_matched_bitmap
Method · 0.80
test_simplify_simple_bitwise_or
Function · 0.80
Calls
1
binary_expr
Function · 0.70
Tested by
1
test_simplify_simple_bitwise_or
Function · 0.64