[teiid-issues] [JBoss JIRA] Commented: (TEIID-908) Enable access to the query plan without reference to Teiid classes.

John Doyle (JIRA) jira-events at lists.jboss.org
Tue Dec 15 14:20:30 EST 2009


    [ https://jira.jboss.org/jira/browse/TEIID-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12500124#action_12500124 ] 

John Doyle commented on TEIID-908:
----------------------------------

The DTP APIs for this pass the plan around as a String, and I need to provide at minimum a parser to convert the string to a tree of nodes for the view they supply.  Either text or xml would work for me.  A PlanNode type of return would be ideal, but the intent is to stick to JDBC and core java classes with no dependency on our classes.  I don't know how you could expose a PlanNode type of return with that limitation.   

> Enable access to the query plan without reference to Teiid classes.
> -------------------------------------------------------------------
>
>                 Key: TEIID-908
>                 URL: https://jira.jboss.org/jira/browse/TEIID-908
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: JDBC Driver
>    Affects Versions: 6.2.0
>         Environment: Eclipse Data Tools Platform connection to Teiid.
>            Reporter: John Doyle
>            Assignee: Steven Hawkins
>
> Eclipse Data Tools provides a framework for getting/displaying a query plan and I want to implement it as part of our DTP plug-ins.  Currently you can only get the query plan from the MMStatement class, but DTP works only with the JDBC interfaces.  Access to the query plan via the JDBC APIs and core java classes will enable us to plug into the framework.  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list