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

Method shr

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

Source from the content-addressed store, hash-verified

108 type Output = Self;
109
110 fn shr(self, rhs: Self) -> Self::Output {
111 binary_expr(self, Operator::BitwiseShiftRight, rhs)
112 }
113}
114
115/// Support `- <expr>` fluent style

Callers

nothing calls this directly

Calls 1

binary_exprFunction · 0.70

Tested by

no test coverage detected