-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [velox][PR] Add Duck plan transformation for qualified joins an…
…d subqueries (#11930) Summary: DuckDB has a lateral join (DelimJoin) that it introduces into flattened subqueries. This removes the lateral join so that we extract a logical plan that can be used as input to Verax or executed as is. Adds a way of registering a table to the parser with a type instead of dataset. This code is strictly a stopgap and will be removed as soon as possible. TODO: Stop using DuckDB as parser and name resolution. Pull Request resolved: #11930 Reviewed By: xiaoxmeng Differential Revision: D67570648 Pulled By: oerling fbshipit-source-id: 9c8a4c09b945e46644ee2415c51ab8e2de9454c7
- Loading branch information
1 parent
bfe085d
commit edd8a0b
Showing
4 changed files
with
673 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.