Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ schema
Method
schema
datafusion/optimizer/src/optimize_projections/mod.rs:1035–1037 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1033
}
1034
1035
fn schema(&self) -> &DFSchemaRef {
1036
&self.schema
1037
}
1038
1039
fn expressions(&self) -> Vec<Expr> {
1040
self.exprs.clone()
Callers
12
optimize_projections
Function · 0.45
add_projection_on_top_if_helpful
Function · 0.45
rewrite_projection_given_requirements
Function · 0.45
is_projection_unnecessary
Function · 0.45
new
Method · 0.45
necessary_children_exprs
Method · 0.45
test_user_defined_logical_plan_node
Function · 0.45
test_user_defined_logical_plan_node2
Function · 0.45
test_user_defined_logical_plan_node3
Function · 0.45
table_scan_projected_schema_non_qualified_relation
Function · 0.45
test_continue_processing_through_extension
Function · 0.45
new_for_all_exprs
Method · 0.45
Calls
no outgoing calls
Tested by
5
test_user_defined_logical_plan_node
Function · 0.36
test_user_defined_logical_plan_node2
Function · 0.36
test_user_defined_logical_plan_node3
Function · 0.36
table_scan_projected_schema_non_qualified_relation
Function · 0.36
test_continue_processing_through_extension
Function · 0.36