MCPcopy 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

Calls 1

binary_exprFunction · 0.70

Tested by 1