Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add SQL syntactic sugar to SPQ pipe operators (#5479)
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