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

[C++][Gandiva] Generate Filter kernels from gandiva code at compile time #24049

Open
1 of 3 tasks
asfimport opened this issue Feb 10, 2020 · 0 comments
Open
1 of 3 tasks

Comments

@asfimport
Copy link

asfimport commented Feb 10, 2020

The goal of this feature is to support generating kernels at compile time (and possibly runtime if gandiva is linked) to avoid rewriting C++ kernels that gandiva knows how to compile. The generated kernels would be linked in the compute module.

This is an experimental task that will guide future development, notably implementing aggregate kernels in gandiva once instead both C++ and gandiva implementations.

Reporter: Francois Saint-Jacques / @fsaintjacques

Subtasks:

Note: This issue was originally created as ARROW-7818. Please see the migration documentation for further details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant