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

Method right

datafusion/physical-expr/src/expressions/binary.rs:116–118  ·  view source on GitHub ↗

Get the right side of the binary expression

(&self)

Source from the content-addressed store, hash-verified

114
115 /// Get the right side of the binary expression
116 pub fn right(&self) -> &Arc<dyn PhysicalExpr> {
117 &self.right
118 }
119
120 /// Get the operator for this binary expression
121 pub fn op(&self) -> &Operator {

Calls

no outgoing calls