Skip to content

Commit

Permalink
add SQL syntactic sugar to SPQ pipe operators (#5479)
Browse files Browse the repository at this point in the history
This commit adds some syntactic sugar so that UNNEST can be
used in place of OVER, ORDER BY in place of SORT, and LIMIT
in place of HEAD.  We also unified the PEG grammar for the
sort operaetor with the existing rules for SQL ORDER BY, and
we added syntactic sugar for IS NULL and IS NOT NULL.
  • Loading branch information
mccanne authored Nov 14, 2024
1 parent 0997079 commit f1213fa
Show file tree
Hide file tree
Showing 3 changed files with 3,572 additions and 3,523 deletions.
Loading

0 comments on commit f1213fa

Please sign in to comment.