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
| Specifies the name of the database containing the table. |
| Specifies the name of the schema containing the table. |
| Specifies the name of the table. |
| Specifies the name of the projection in the table. |
| 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 | +-----------------+---------------+