How to get query hints information in TEIID Embedded
-----------------------------------------------------
Key: TEIID-4182
URL:
https://issues.jboss.org/browse/TEIID-4182
Project: Teiid
Issue Type: Task
Components: Embedded
Environment: Windows
Reporter: Durgadatta Sahu
Assignee: Steven Hawkins
SELECT * FROM EMPLOYEE where EMP_NAME='JACK' /*+ myhint information */
How to get hint information from above query in Teiid Embedded .
I am using custom Translator. How to get hint in custom translator ?