You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Vladimir Sitnikov (JIRA)" <ji...@apache.org> on 2014/11/22 18:51:13 UTC

[jira] [Created] (CALCITE-477) Add example of "better pushdown via RexShuttle API" to CSV adapter

Vladimir Sitnikov created CALCITE-477:
-----------------------------------------

             Summary: Add example of "better pushdown via RexShuttle API" to CSV adapter
                 Key: CALCITE-477
                 URL: https://issues.apache.org/jira/browse/CALCITE-477
             Project: Calcite
          Issue Type: Bug
    Affects Versions: 1.0.0-incubating
            Reporter: Vladimir Sitnikov
            Assignee: Julian Hyde


In https://groups.google.com/forum/#!topic/optiq-dev/MrTKe0e8vuQ Bruno suggested roll-your-own {{RexShuttle}} way to identify the required inputs.
The advantage of the approach is it can see through calculations and identify the required columns.

I think it makes sense to include an example of {{InputFinder}}+{{RexInputConverter}} that will show how inputs can be identified out of complex expressions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)