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

Method expr

datafusion/physical-expr/src/expressions/like.rs:81–83  ·  view source on GitHub ↗

Input expression

(&self)

Source from the content-addressed store, hash-verified

79
80 /// Input expression
81 pub fn expr(&self) -> &Arc<dyn PhysicalExpr> {
82 &self.expr
83 }
84
85 /// Pattern expression
86 pub fn pattern(&self) -> &Arc<dyn PhysicalExpr> {

Callers 6

extract_cast_infoFunction · 0.45
simplify_not_exprFunction · 0.45
try_newMethod · 0.45
check_supportFunction · 0.45
assert_cast_input_columnFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected