Skip to content
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: Generate table function #4540

Open
9 tasks
Tracked by #2571
kwannoel opened this issue Aug 9, 2022 · 4 comments
Open
9 tasks
Tracked by #2571

sqlsmith: Generate table function #4540

kwannoel opened this issue Aug 9, 2022 · 4 comments
Assignees
Labels
good first issue Good for newcomers help wanted Issues that need help from contributors priority/low

Comments

@kwannoel
Copy link
Contributor

kwannoel commented Aug 9, 2022

  • generate_series
  • unnest
  • regexp_match
  • range
  • jsonb_array_elements
  • jsonb_array_elements_text
  • jsonb_each
  • jsonb_each_text
  • jsonb_object_keys

See: https://github.com/risingwavelabs/risingwave/blob/main/src/expr/src/table_function/mod.rs

@kwannoel
Copy link
Contributor Author

There's no other table functions besides hop and tumble, which are already generated 😅

@neverchanje
Copy link
Contributor

neverchanje commented Aug 10, 2022

Actually there is, such as generate_series, unnest. But since they are less used in the real world, without them will be fine.

@kwannoel
Copy link
Contributor Author

kwannoel commented Aug 10, 2022

Actually there is, such as generate_series, unnest. But since they are less used in the real world, without them will be fine.

I see, I will track these under refinements, thanks.

@kwannoel
Copy link
Contributor Author

kwannoel commented Dec 29, 2022

Reopen to track for regexp_match, as well as other table functions. cc @xxchan

@kwannoel kwannoel reopened this Dec 29, 2022
@kwannoel kwannoel changed the title Sqlsmith: Generate table function sqlsmith: Generate table function Dec 29, 2022
@kwannoel kwannoel added help wanted Issues that need help from contributors good first issue Good for newcomers labels Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Issues that need help from contributors priority/low
Projects
None yet
Development

No branches or pull requests

2 participants