Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0
Description
We need to support referencing columns in queries using table name and/or alias prefixes so that we can support use cases such as joins between tables that have duplicate column names.
For example:
SELECT t1.id, t1.name, t2.name FROM t1 JOIN t2 ON t1.id = t2.id
Attachments
Issue Links
- blocks
-
ARROW-10761 [Rust] [DataFusion] Add SQL support for referencing fields in structs
- Closed
- is related to
-
ARROW-10813 [Rust] [DataFusion] Implement DFSchema
- Resolved
- links to