Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 {
Callers
2
serialize_physical_expr_with_converter
Function · 0.80
build_predicate_expression
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected