This command lists columns in a VAST database table.
vcli: admin> column list --table-name customer --schema-name schema1 --database-name vastdb +--------------+-----------+ | Name | Raw-field | +--------------+-----------+ | c_acctbal | double | | c_address | string | | c_comment | string | | c_custkey | int64 | | c_mktsegment | string | | c_name | string | | c_nationkey | int64 | | c_phone | string | +--------------+-----------+
Comments
0 comments
Article is closed for comments.