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

[Enhancement]: Implement array_subset_of through the mechanism of customized filtering functions. #37607

Open
1 task done
czs007 opened this issue Nov 12, 2024 · 1 comment
Assignees
Labels
kind/enhancement Issues or changes related to enhancement

Comments

@czs007
Copy link
Collaborator

czs007 commented Nov 12, 2024

Is there an existing issue for this?

  • I have searched the existing issues

What would you like to be added?

Here’s how the filters would work:

filter="ARRAY_CONTAINS_ALL(color_coord, [7, 8])": This would match all entities where color_coord includes both 7 and 8.
filter="ARRAY_SUBSET_OF(color_coord, [7, 8, 9])": This would match entities where color_coord is a subset of [7, 8, 9], such as [7], [7, 8], or [9, 7], but not [7, 8, 9, 10].

Why is this needed?

enhance array filtering

Anything else?

No response

@czs007 czs007 added the kind/enhancement Issues or changes related to enhancement label Nov 12, 2024
@czs007 czs007 self-assigned this Nov 12, 2024
@czs007
Copy link
Collaborator Author

czs007 commented Nov 12, 2024

@jiangyinzuo Please track this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Issues or changes related to enhancement
Projects
None yet
Development

No branches or pull requests

1 participant