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

Method left

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

Get the left side of the binary expression

(&self)

Source from the content-addressed store, hash-verified

109
110 /// Get the left side of the binary expression
111 pub fn left(&self) -> &Arc<dyn PhysicalExpr> {
112 &self.left
113 }
114
115 /// Get the right side of the binary expression
116 pub fn right(&self) -> &Arc<dyn PhysicalExpr> {

Callers 13

try_unwrap_cast_binaryFunction · 0.45
test_simplifyFunction · 0.45
simplify_not_exprFunction · 0.45
try_newMethod · 0.45
split_implFunction · 0.45
check_supportFunction · 0.45

Calls

no outgoing calls