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

Method logical_plan

datafusion/core/src/dataframe/mod.rs:1668–1670  ·  view source on GitHub ↗

Return a reference to the unoptimized [`LogicalPlan`] that comprises this DataFrame. See [`Self::into_unoptimized_plan`] for more details.

(&self)

Source from the content-addressed store, hash-verified

1666 ///
1667 /// See [`Self::into_unoptimized_plan`] for more details.
1668 pub fn logical_plan(&self) -> &LogicalPlan {
1669 &self.plan
1670 }
1671
1672 /// Returns both the [`LogicalPlan`] and [`SessionState`] that comprise this [`DataFrame`]
1673 pub fn into_parts(self) -> (SessionState, LogicalPlan) {

Callers 15

fill_nullMethod · 0.45
find_columnsMethod · 0.45
csv_explain_plansFunction · 0.45
collect_resultsFunction · 0.45
unparse_cross_joinFunction · 0.45
select_columnsFunction · 0.45
select_exprFunction · 0.45
select_allFunction · 0.45
select_exprsFunction · 0.45
select_with_window_exprsFunction · 0.45

Calls

no outgoing calls

Tested by 15

csv_explain_plansFunction · 0.36
collect_resultsFunction · 0.36
unparse_cross_joinFunction · 0.36
select_columnsFunction · 0.36
select_exprFunction · 0.36
select_allFunction · 0.36
select_exprsFunction · 0.36
select_with_window_exprsFunction · 0.36
drop_columnsFunction · 0.36