[
https://issues.jboss.org/browse/TEIIDDES-2626?page=com.atlassian.jira.plu...
]
Steven Hawkins commented on TEIIDDES-2626:
------------------------------------------
I should add that the query OPTION clause and post symbol hint syntax may require
modeshape parsing changes as well. I'm assuming that the comment form of the hint
won't need any additional support.
Additional makedep/makeind syntax
---------------------------------
Key: TEIIDDES-2626
URL:
https://issues.jboss.org/browse/TEIIDDES-2626
Project: Teiid Designer
Issue Type: Enhancement
Components: Transformations
Reporter: Steven Hawkins
Assignee: Steven Hawkins
For TEIID-3515 the following changes were made:
MAKEIND was added as a reserved word (for consistency with the usage of the MAKEDEP
reserved word)
A from clause can now have a MAKEIND post option supporting the same syntax as MAKEDEP:
... from foo MAKEDEP ...
... from foo MAKEIND ...
And the same is true for the option clause:
... OPTION MAKEDEP x, ...
... OPTION MAKEIND x, ...
There is also now the option to not push down the entire join:
MAKEDEP(NO JOIN)
MAKENOTDEP(NO JOIN)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)