Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_info
Function · 0.45
simplify_not_expr
Function · 0.45
try_new
Method · 0.45
check_support
Function · 0.45
substitute_cast_ordering
Method · 0.45
assert_cast_input_column
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected