Skip to content

feat(arrow/compute): make is_nan dispatchable#177

Merged
zeroshade merged 1 commit intoapache:mainfrom
zeroshade:is-nan-no-meta
Oct 29, 2024
Merged

feat(arrow/compute): make is_nan dispatchable#177
zeroshade merged 1 commit intoapache:mainfrom
zeroshade:is-nan-no-meta

Conversation

@zeroshade
Copy link
Copy Markdown
Member

@zeroshade zeroshade commented Oct 25, 2024

Currently the is_nan compute kernel is a MetaFunction which cannot be dispatched via kernel dispatch making it only usable via calling it directly with CallFunction. By shifting it to be a proper function instead of a MetaFunction this improves its compatibility and makes it able to be dispatched and thus called through the substrait interface in the exprs package.

@lidavidm
Copy link
Copy Markdown
Member

is_null, or is_nan?

@zeroshade
Copy link
Copy Markdown
Member Author

oops you're right, mis-named the PR, it's is_nan

@zeroshade zeroshade changed the title feat(arrow/compute): make is_null dispatchable feat(arrow/compute): make is_nan dispatchable Oct 28, 2024
@zeroshade zeroshade merged commit f0c5d99 into apache:main Oct 29, 2024
@zeroshade zeroshade deleted the is-nan-no-meta branch October 29, 2024 15:38
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.

3 participants