Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ get_expr_planners
Method
get_expr_planners
datafusion/sql/examples/sql.rs:177–179 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
175
}
176
177
fn get_expr_planners(&self) -> &[Arc<dyn ExprPlanner>] {
178
&self.expr_planners
179
}
180
}
Callers
12
try_plan_array_literal
Method · 0.45
build_logical_expr
Method · 0.45
sql_expr_to_logical_expr_internal
Method · 0.45
parse_struct
Method · 0.45
sql_position_to_expr
Method · 0.45
try_plan_dictionary_literal
Method · 0.45
try_plan_map_literal
Method · 0.45
sql_overlay_to_expr
Method · 0.45
sql_compound_field_access_to_expr
Method · 0.45
sql_substring_to_expr
Method · 0.45
sql_compound_identifier_to_expr
Method · 0.45
sql_function_to_expr
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected