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

Method build

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

Build the plan

(self)

Source from the content-addressed store, hash-verified

1436
1437 /// Build the plan
1438 pub fn build(self) -> Result<LogicalPlan> {
1439 Ok(Arc::unwrap_or_clone(self.plan))
1440 }
1441
1442 /// Apply a join with both explicit equijoin and non equijoin predicates.
1443 ///

Callers 15

window_planMethod · 0.45
intersect_or_exceptMethod · 0.45
plan_builder_simpleFunction · 0.45
plan_builder_sortFunction · 0.45
plan_builder_unionFunction · 0.45
exists_subqueryFunction · 0.45
filter_in_subqueryFunction · 0.45
select_scalar_subqueryFunction · 0.45

Calls

no outgoing calls

Tested by 15

plan_builder_simpleFunction · 0.36
plan_builder_sortFunction · 0.36
plan_builder_unionFunction · 0.36
exists_subqueryFunction · 0.36
filter_in_subqueryFunction · 0.36
select_scalar_subqueryFunction · 0.36
plan_builder_unnestFunction · 0.36
test_union_after_joinFunction · 0.36