This command shows details of a specific table in a VAST Database.
Usage
table show --database-name DATABASE
--schema-name SCHEMA
--name TABLERequired Parameters
| Specifies the name of the database containing the schema. |
| Specifies the name of the schema containing the table. |
| Specifies the name of a specific table. |
Example
vcli: admin> table show --database-name tabular --schema-name schema_jypxvnuobg --name table_jypxvnuobg
+---------------+----------------------------------+
| Name | table_jypxvnuobg |
| Database-name | tabular |
| Schema-name | schema_jypxvnuobg |
| Num-rows | 10485760 |
| Size | 963000624 |
+---------------+----------------------------------+