matthewgapp commented on code in PR #7581:
URL: https://github.com/apache/arrow-datafusion/pull/7581#discussion_r1452676855
##########
datafusion/expr/src/logical_plan/builder.rs:
##########
@@ -121,6 +123,39 @@ impl LogicalPlanBuilder {
}))
}
+ /// A named temporary relation with a schema.
+ ///
+ /// This is used to represent a relation that does not exist at the
Review Comment:
this should be clear now via
https://github.com/matthewgapp/arrow-datafusion/blob/460561cc47004e02e47b9b4aea4703c021de58dc/datafusion/expr/src/logical_plan/builder.rs#L127
--
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]