Expand description
This module holds entities that represent the cluster metadata, which includes:
- topology metadata:
- Peer,
- schema metadata:
- Keyspace,
- Strategy - replication strategy employed by a keyspace,
- Table,
- Column,
- ColumnKind,
- MaterializedView,
- CQL types (re-exported from scylla-cql):
Structs§
- Column
- Describes a column of the table.
- Column
Kind From StrError - ColumnKind parse error
- Keyspace
- Describes a keyspace in the cluster.
- Materialized
View - Describes a materialized view in the cluster.
- Peer
- Table
- Describes a table in the cluster.
- User
Defined Type - Definition of a user-defined type
Enums§
- Collection
Type - 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.
- Column
Kind - Column
Type - A type of:
- Native
Type - A ColumnType variants that are “simple” (non-recursive).
- Strategy