iajoiner commented on code in PR #3344:
URL: https://github.com/apache/arrow-datafusion/pull/3344#discussion_r961930089
##########
datafusion/core/src/dataframe.rs:
##########
@@ -520,7 +520,13 @@ impl DataFrame {
self.plan.schema()
}
- /// Return the logical plan represented by this DataFrame.
+ /// Return the raw (i.e. unoptimized) logical plan represented by this
DataFrame.
+ pub fn to_raw_logical_plan(&self) -> LogicalPlan {
Review Comment:
Sure. Do we need to specify that it is a logical as opposed to physical plan
in the name?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]