projection show

Prev Next

Shows details for a specific projection.

Usage

projection show --database-name DATABASE
                --schema-name SCHEMA
                --table-name TABLE
                --name PROJECTION

Required Parameters

--database-name DATABASE

Specifies the name of the database containing the table.

--schema-name SCHEMA

Specifies the name of the schema containing the table.

--table-name TABLE

Specifies the name of the table.

--name PROJECTION

Specifies the name of the projection.

Example

vcli: admin> projection show --database-name tabular --schema-name vastagoda --table-name agoda --name myProj
+--------------------------+---------------+
| Name                     | myProj        |
| Database-name            | tabular       |
| Schema-name              | vastagoda     |
| Table-name               | agoda         |
| Properties               | None          |
| Num-rows                 | 9377687803    |
| Size                     | 936625528087  |
| Initial-sync-progress(%) | 100.0         |
+--------------------------+---------------+