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

feat(datafusion): add array and strings functions #8895

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

mesejo
Copy link
Contributor

@mesejo mesejo commented Apr 5, 2024

Description of changes

Add DataFusion string functions:

  • Levenshtein
  • EndsWith

Add array functions:

  • ArraySort
  • ArrayUnion
  • ArrayIntersect

@mesejo mesejo force-pushed the feat/add-string-array-functions branch from c8ff942 to f253ea3 Compare April 5, 2024 13:04
Copy link
Member

@cpcloud cpcloud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@cpcloud cpcloud added this to the 9.0 milestone Apr 5, 2024
@cpcloud cpcloud added feature Features or general enhancements datafusion The Apache DataFusion backend labels Apr 5, 2024
@cpcloud cpcloud merged commit 2f23223 into ibis-project:main Apr 5, 2024
90 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion The Apache DataFusion backend feature Features or general enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants