]
Steven Hawkins commented on TEIID-3111:
---------------------------------------
That's not the intention of the logic, but it looks like the FunctionTree code will
only create resolving entries for the top level and n-1 levels of the function name. So
we see
SYS.JCR.JCR*
JCR.JCR*
but no
JCR*
Expose group name, defined for functions, in the exposed metadata
-----------------------------------------------------------------
Key: TEIID-3111
URL:
https://issues.jboss.org/browse/TEIID-3111
Project: Teiid
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: Server
Affects Versions: 8.9
Reporter: Van Halbert
Assignee: Steven Hawkins
When a function has a defined group, like JCR for the modeshape functions, it should be
exposed somehow in the metadata. Otherwise, user will never know to use the group name
(i.e., JCR.JCR_ISCHILDNODE(rc."jcr:path", rt."jcr:path") ) unless
they goto the documentation.