Skip to content

feat(arrow/compute): Implement kernel for "not" function#178

Merged
zeroshade merged 2 commits intoapache:mainfrom
zeroshade:implement-not-func
Oct 28, 2024
Merged

feat(arrow/compute): Implement kernel for "not" function#178
zeroshade merged 2 commits intoapache:mainfrom
zeroshade:implement-not-func

Conversation

@zeroshade
Copy link
Copy Markdown
Member

Adding implementation and tests for a "not" function to the compute package.

Copy link
Copy Markdown
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

andNotKleeneDoc, exec.NullComputedPrealloc)
makeFunction(reg, "or_kleene", 2, kernels.SimpleBinary[kernels.KleeneOrOpKernel],
orKleeneDoc, exec.NullComputedPrealloc)
makeFunction(reg, "not", 1, kernels.NotExecKernel, EmptyFuncDoc,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Should we add a documentation instead of EmptyFuncDoc?

@zeroshade zeroshade merged commit 721a61b into apache:main Oct 28, 2024
@zeroshade zeroshade deleted the implement-not-func branch October 28, 2024 15:47
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