[GitHub] [carbondata] Indhumathi27 commented on a change in pull request #4113: [CARBONDATA-4161] Describe complex columns
Posted by
GitBox on
Apr 08, 2021; 6:06am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/GitHub-carbondata-ShreelekhyaG-opened-a-new-pull-request-4113-WIP-Describe-complex-columns-tp107265p107452.html
Indhumathi27 commented on a change in pull request #4113:
URL:
https://github.com/apache/carbondata/pull/4113#discussion_r609333620##########
File path: docs/ddl-of-carbondata.md
##########
@@ -646,6 +647,28 @@ CarbonData DDL statements are documented here,which includes:
## TABLE MANAGEMENT
+### DESCRIBE COMMAND
+
+Describe column of table and visualize its structure with child fields.
+ ```
+ DESCRIBE COLUMN fieldname[.nestedFieldNames] ON [db_name.]table_name;
Review comment:
```suggestion
[DESCRIBE | DESC] COLUMN fieldname[.nestedFieldNames] ON [db_name.]table_name;
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]