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 array functions #560

Merged
merged 12 commits into from
Feb 12, 2024
Merged

Add array functions #560

merged 12 commits into from
Feb 12, 2024

Conversation

ongchi
Copy link
Contributor

@ongchi ongchi commented Jan 8, 2024

Which issue does this PR close?

Part of #463

Rationale for this change

Add missing array functions for the Python API.

What changes are included in this PR?

Array functions:

  • array_has
  • array_has_all
  • array_has_any
  • array_indexof
  • array_join
  • array_ndims
  • array_pop_back
  • array_pop_front
  • array_position
  • array_positions
  • array_prepend
  • array_push_back
  • array_push_front
  • array_remove
  • array_remove_all
  • array_remove_n
  • array_repeat
  • array_replace
  • array_replace_all
  • array_replace_n
  • array_slice
  • array_to_string
  • list_append
  • list_indexof
  • list_join
  • list_ndims
  • list_position
  • list_positions
  • list_prepend
  • list_push_back
  • list_push_front
  • list_remove
  • list_remove_all
  • list_remove_n
  • list_replace
  • list_replace_all
  • list_replace_n
  • list_slice
  • list_to_string

Are there any user-facing changes?

Yes.

@ongchi ongchi marked this pull request as ready for review January 15, 2024 13:58
Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

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

Thank you @ongchi !

@andygrove andygrove merged commit 697ca2c into apache:main Feb 12, 2024
10 checks passed
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.

2 participants