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

Method pattern

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

Pattern expression

(&self)

Source from the content-addressed store, hash-verified

84
85 /// Pattern expression
86 pub fn pattern(&self) -> &Arc<dyn PhysicalExpr> {
87 &self.pattern
88 }
89
90 /// Operator name
91 fn op_name(&self) -> &str {

Calls

no outgoing calls

Tested by

no test coverage detected