# Functions
ToDbColumn gets a gocql column for the provided definition.
# Structs
Changeset is a column and associated value to be used when updating a row.
ClusteringExpression allows for ordering rows so that storage is able to make use of the on-disk sorting of columns.
Column is a column within a row to be added to a table.
ColumnDefinition defines a column to be added to a table.
No description provided by the author
ColumnUpdate changes the name of a primary key column and preserves the existing values.
No description provided by the author
A description of an error state.
PrimaryKey defines a column list for the primary key.
No description provided by the author
RowAdd defines a row to be added to a table.
No description provided by the author
No description provided by the author
RowsUpdate defines an update operation on rows within a table.
No description provided by the author
TableAdd defines the table to be added to an existing keyspace.
TableOptions are various properties that tune data handling, including I/O operations, compression, and compaction.
No description provided by the author