[
https://issues.apache.org/jira/browse/CALCITE-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arina Ielchiieva updated CALCITE-1168:
--------------------------------------
Description:
Add DESCIBE
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]
was:
Extend EXPLAIN statement so it can support the following:
{noformat}
[EXPLAIN | DESCRIBE] [SCHEMA | DATABASE] name;
[EXPLAIN | DESCRIBE] table_name;
{noformat}
Example, [usage in MySql|http://dev.mysql.com/doc/refman/5.7/en/explain.html]
> Add descibe statement functionality
> -----------------------------------
>
> 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 DESCIBE
> 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)