Skip to content

Expose array_empty and list_empty functions as alias of empty function #9806

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

Closed
erenavsarogullari opened this issue Mar 26, 2024 · 1 comment · Fixed by #9807
Closed

Expose array_empty and list_empty functions as alias of empty function #9806

erenavsarogullari opened this issue Mar 26, 2024 · 1 comment · Fixed by #9807
Assignees
Labels
enhancement New feature or request

Comments

@erenavsarogullari
Copy link
Member

erenavsarogullari commented Mar 26, 2024

Is your feature request related to a problem or challenge?

Currently, DataFusion supports empty function as follows:

select empty(arrow_cast(make_array(1), 'LargeList(Int64)'));
----
false

array_empty and list_empty functions can also be exposed as alias of empty function.
Ref Discussion: #9787

Describe the solution you'd like

Expose array_empty and list_empty functions as alias of empty function

Describe alternatives you've considered

No response

Additional context

No response

@erenavsarogullari erenavsarogullari added the enhancement New feature or request label Mar 26, 2024
@erenavsarogullari
Copy link
Member Author

take

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant