[teiid-issues] [JBoss JIRA] (TEIID-2571) Generally allow must pushdown function evaluation

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Fri Jul 5 10:17:21 EDT 2013


Steven Hawkins created TEIID-2571:
-------------------------------------

             Summary: Generally allow must pushdown function evaluation
                 Key: TEIID-2571
                 URL: https://issues.jboss.org/browse/TEIID-2571
             Project: Teiid
          Issue Type: Enhancement
          Components: Connector API, Query Engine
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
             Fix For: 8.5


A must pushdown function not associated with an access node will fail to evaluate.  We can initially improve upon this with translator that support "select without from" to issue a scalar select of the value.

We can also enhance planning to group all such accesses to prevent multiple calls and to determine a possible source target if the function is not associated with a source schema.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list