alamb commented on code in PR #10330: URL: https://github.com/apache/datafusion/pull/10330#discussion_r1587641072
########## datafusion/core/src/execution/context/mod.rs: ########## @@ -1947,6 +1982,36 @@ impl SessionState { .await } + /// Create a [`PhysicalExpr`] from an [`Expr`] after applying type + /// coercion, and function rewrites. + /// + /// Note: The expression is not [simplified] + /// + /// # See Also: + /// * [`SessionContext::create_physical_expr`] for a higher-level API Review Comment: Made https://github.com/apache/datafusion/pull/10350 to hopefully clarify -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org