[
https://issues.jboss.org/browse/TEIID-3464?page=com.atlassian.jira.plugin...
]
Steven Hawkins resolved TEIID-3464.
-----------------------------------
Resolution: Done
Enhanced the rewriter to inline when the with clause contains only deterministic
expressions and no from clauses.
Inline scalar with clauses
--------------------------
Key: TEIID-3464
URL:
https://issues.jboss.org/browse/TEIID-3464
Project: Teiid
Issue Type: Enhancement
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.11
A query of the form:
WITH t\(n) AS ( select 1 ) SELECT ...
should inline the the with rather than evaluating separately.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)