[
https://issues.jboss.org/browse/TEIIDDES-2626?page=com.atlassian.jira.plu...
]
Steven Hawkins updated TEIIDDES-2626:
-------------------------------------
Summary: Additional makedep/makeind syntax (was: make makedep and related hints
consistent)
Description:
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)
was:
There are three places where hints can be specified, in the options clause, after an item,
and before in a comment block.
We should ensure that the comment block supports all options max/join for makedep, and
that makeind should have the same options as makedep.
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)