Module metadata

Source
Expand description

This module holds entities that represent the cluster metadata, which includes:

Structs§

Column
Describes a column of the table.
ColumnKindFromStrError
ColumnKind parse error
Keyspace
Describes a keyspace in the cluster.
MaterializedView
Describes a materialized view in the cluster.
Peer
Table
Describes a table in the cluster.
UserDefinedType
Definition of a user-defined type

Enums§

CollectionType
Collection variants of ColumnType. A collection is a composite type that has dynamic size, so it is possible to add and remove values to/from it.
ColumnKind
ColumnType
A type of:
NativeType
A ColumnType variants that are “simple” (non-recursive).
Strategy