You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Francois Saint-Jacques (Jira)" <ji...@apache.org> on 2020/02/10 16:22:00 UTC

[jira] [Created] (ARROW-7818) [C++][Gandiva] Generate Filter kernels from gandiva code at compile time

Francois Saint-Jacques created ARROW-7818:
---------------------------------------------

             Summary: [C++][Gandiva] Generate Filter kernels from gandiva code at compile time
                 Key: ARROW-7818
                 URL: https://issues.apache.org/jira/browse/ARROW-7818
             Project: Apache Arrow
          Issue Type: New Feature
          Components: C++, C++ - Gandiva
            Reporter: Francois Saint-Jacques
            Assignee: Francois Saint-Jacques
             Fix For: 1.0.0


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)