[
https://issues.apache.org/jira/browse/CALCITE-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15263209#comment-15263209
]
Julian Hyde commented on CALCITE-1168:
--------------------------------------
I have implemented 2, 3, 4, 5 (partially), 6, 7 in my branch
https://github.com/julianhyde/calcite/tree/1168-describe. [~arina], Please
review and if OK I will check in.
I logged CALCITE-1221 to complete 1 and 5.
> Add DESCRIBE SCHEMA/DATABASE/TABLE/query
> ----------------------------------------
>
> Key: CALCITE-1168
> URL: https://issues.apache.org/jira/browse/CALCITE-1168
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Reporter: Arina Ielchiieva
> Assignee: Julian Hyde
>
> Add DESCRIBE
> statement so it can support the following:
> {noformat}
> DESCRIBE [SCHEMA | DATABASE] name;
> DESCRIBE table_name;
> {noformat}
> Example, [usage in MySql|http://dev.mysql.com/doc/refman/5.7/en/explain.html]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)