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

Add InList and ScalarFunction expr support #23

Merged

Conversation

sgrebnov
Copy link
Collaborator

PR adds support for the following expressions

  1. InList expr, for example col IN (1, 2, 3)
  2. ScalarFunction expr, for example substring('hello world', 1, 5)

@phillipleblanc phillipleblanc merged commit b491773 into datafusion-contrib:main Jul 31, 2024
2 checks passed
@sgrebnov sgrebnov deleted the sgrebnov/inlist-udf-support branch August 1, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants