ColumnSpec object
This object is used to describe a column in a table or view.
Properties
Properties
hasFullNames (boolean): whether the names are fully qualified, or all use keyspaceName
keyspaceName (string): the name of the keyspace, if shared
tableName (string): the name of the table/view, if shared
columnName (string): the name of the column
colIndex (int): the index of the column
type (ColSpecOption): the type of the column
Methods
Methods
This object has no methods.