MCPcopy Create free account
hub / github.com/apache/datafusion / schema

Method schema

datafusion/expr/src/logical_plan/builder.rs:155–157  ·  view source on GitHub ↗

Return the output schema of the plan build so far

(&self)

Source from the content-addressed store, hash-verified

153
154 /// Return the output schema of the plan build so far
155 pub fn schema(&self) -> &DFSchemaRef {
156 self.plan.schema()
157 }
158
159 /// Return the LogicalPlan of the plan build so far
160 pub fn plan(&self) -> &LogicalPlan {

Callers 15

to_recursive_queryMethod · 0.45
window_planMethod · 0.45
selectMethod · 0.45
add_missing_columnsMethod · 0.45
sort_with_limitMethod · 0.45
normalizeMethod · 0.45
join_usingMethod · 0.45
aggregateMethod · 0.45
intersect_or_exceptMethod · 0.45
join_with_expr_keysMethod · 0.45

Calls

no outgoing calls

Tested by 1

plan_builder_unnestFunction · 0.36