You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Arina Ielchiieva (JIRA)" <ji...@apache.org> on 2016/03/24 22:20:25 UTC

[jira] [Commented] (CALCITE-1168) Add descibe statement functionality

    [ https://issues.apache.org/jira/browse/CALCITE-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210970#comment-15210970 ] 

Arina Ielchiieva commented on CALCITE-1168:
-------------------------------------------

1. describe table statement usually doesn't use TABLE keyword:
{noformat}
DESCRIBE table_name:
{noformat}

2. What syntax is expected from DESCRIBE query?

> 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)