Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ schema
Method
schema
datafusion/core/src/physical_planner.rs:4400–4402 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
4398
}
4399
4400
fn schema(&self) -> &DFSchemaRef {
4401
&self.schema
4402
}
4403
4404
fn expressions(&self) -> Vec<Expr> {
4405
vec![]
Callers
11
ensure_schema_matches
Method · 0.45
map_logical_node_to_physical
Method · 0.45
qualify_join_schema_sides
Function · 0.45
optimize_physical_plan
Method · 0.45
plan_describe
Method · 0.45
create_project_physical_exec_with_props
Method · 0.45
check
Method · 0.45
test_create_cube_expr
Function · 0.45
test_create_rollup_expr
Function · 0.45
hash_agg_group_by_partitioned_on_dicts
Function · 0.45
test_optimization_invariant_checker
Function · 0.45
Calls
2
new
Function · 0.85
empty
Function · 0.50
Tested by
3
test_create_cube_expr
Function · 0.36
test_create_rollup_expr
Function · 0.36
test_optimization_invariant_checker
Function · 0.36