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++][Compute] Refactor FunctionExecutor -> KernelExecutor #26444

Closed
asfimport opened this issue Nov 2, 2020 · 1 comment
Closed

[C++][Compute] Refactor FunctionExecutor -> KernelExecutor #26444

asfimport opened this issue Nov 2, 2020 · 1 comment

Comments

@asfimport
Copy link

FunctionExecutor currently handles dispatch to a kernel as well as allocation and invocation of the kernel. In some contexts (such as a filter expression bound to a specific schema) we only need to perform dispatch once, so repeatedly dispatching to kernel is redundant. Refactor to a KernelExecutor which is constructed from a pre-selected kernel.

Reporter: Ben Kietzman / @bkietz
Assignee: Ben Kietzman / @bkietz

PRs and other links:

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

@asfimport
Copy link
Author

Ben Kietzman / @bkietz:
Issue resolved by pull request 8574
#8574

@asfimport asfimport added this to the 3.0.0 milestone Jan 11, 2023
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

2 participants