You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/11/25 16:21:40 UTC

[GitHub] [arrow] andygrove commented on a change in pull request #8751: ARROW-10584: [Rust] [DataFusion] Add SQL support for JOIN ON syntax

andygrove commented on a change in pull request #8751:
URL: https://github.com/apache/arrow/pull/8751#discussion_r530496041



##########
File path: rust/datafusion/src/logical_plan/plan.rs
##########
@@ -114,6 +114,8 @@ pub enum LogicalPlan {
         /// The output schema, containing fields from the left and right inputs
         schema: SchemaRef,
     },
+    /// Aliased relation
+    Alias(Box<LogicalPlan>, String),

Review comment:
       Thanks @alamb. I appreciate the early review on this. I will think this through today. I think it makes sense.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org