projectioncolumn show

Prev Next

This command shows details for a specific projection column in a VAST Database table projection.

Usage

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

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.

--projection-name PROJECTION

Specifies the name of the projection in the table.

--name COLUMN

Specifies the name of  a column in the projection.

Example

vcli: admin> projectioncolumn show  --database-name tabular --schema-name vastagoda --table-name agoda -projection-name myProj2 --name id
+-----------------+---------------+
| Name            | id            |
| Raw-field       | string        |
| Is-sorted       | True          |
| Database-name   | tabular       |
| Schema-name     | vastagoda     |
| Table-name      | agoda         |
| Projection-name | myProj2       |
+-----------------+---------------+