Skip to content

Commit

Permalink
add support for "*" in sql select (#5413)
Browse files Browse the repository at this point in the history
This commit adds super for "*" in select clauses as an
empty ast.Assignment.  There isn't yet support for id.*
style selections. We also reworked the selection naming
convention to use the last name in a dotted path, which
is what SQL does.

The SQL semantic logic was also reorged and renamed a bit
to better position it for the comming work on scoping and
binding.
  • Loading branch information
mccanne authored Nov 1, 2024
1 parent ac8b7e0 commit 4e0656c
Show file tree
Hide file tree
Showing 6 changed files with 848 additions and 719 deletions.
Loading

0 comments on commit 4e0656c

Please sign in to comment.