[
https://issues.apache.org/jira/browse/CALCITE-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16222745#comment-16222745
]
Julian Hyde commented on CALCITE-1168:
--------------------------------------
Interesting that this case was used as an example in a paper ["A dataset for
dynamic discovery of semantic changes in version controlled software histories"
(Zhu, Li, Rubin, Chechik)|https://dl.acm.org/citation.cfm?id=3104262] as a
model JIRA case (a JIRA case, a couple of commits accompanied by test cases
that pass if and only if the commits are applied). It's flattering that they
think we do things properly!
> 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
> Fix For: 1.8.0
>
>
> 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.4.14#64029)