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

Method shl

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

Source from the content-addressed store, hash-verified

99 type Output = Self;
100
101 fn shl(self, rhs: Self) -> Self::Output {
102 binary_expr(self, Operator::BitwiseShiftLeft, rhs)
103 }
104}
105
106/// Support `<expr> >> <expr>` fluent style

Callers

nothing calls this directly

Calls 1

binary_exprFunction · 0.70

Tested by

no test coverage detected