-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sqlsmith: Sql feature generation #7934
Labels
Comments
This was referenced Feb 17, 2023
7 tasks
5 tasks
Merged
7 tasks
7 tasks
7 tasks
7 tasks
7 tasks
2 tasks
2 tasks
6 tasks
6 tasks
5 tasks
6 tasks
7 tasks
7 tasks
6 tasks
7 tasks
7 tasks
9 tasks
3 tasks
9 tasks
9 tasks
This was referenced Dec 10, 2024
9 tasks
4 tasks
9 tasks
9 tasks
9 tasks
9 tasks
9 tasks
This was referenced Dec 10, 2024
9 tasks
9 tasks
9 tasks
9 tasks
9 tasks
9 tasks
9 tasks
9 tasks
9 tasks
9 tasks
9 tasks
9 tasks
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As we add more features, these should be tested via sqlsmith as well.
SQL Features:
generate_series
,unnest
. See: sqlsmith: Generate table function #4540NATURAL JOIN
JOIN
withUSING
GROUP BY
pow
/exp
.struct
andlist
exprs #7132NULLS { FIRST | LAST }
(will be done in 000cbc1)max
,min
,count
fortimestamptz
bit_and
,bit_or
andbig_xor
in batch queries, andbit_xor
in streaming queries.row_number
,rank
.ALTER
DDL statements.\The text was updated successfully, but these errors were encountered: