iajoiner commented on code in PR #3344: URL: https://github.com/apache/arrow-datafusion/pull/3344#discussion_r961981720
########## 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! -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org