Skip to content

Add array functions#560

Merged
andygrove merged 12 commits into
apache:mainfrom
ongchi:array_func
Feb 12, 2024
Merged

Add array functions#560
andygrove merged 12 commits into
apache:mainfrom
ongchi:array_func

Conversation

@ongchi
Copy link
Copy Markdown
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
Copy Markdown
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
@ongchi ongchi deleted the array_func branch October 11, 2024 11:09
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