Module cql

Module cql 

Source
Expand description

Re-exported scylla-cql crate.

Structs§

UserDefinedType
Definition of a user-defined type (UDT). UDT is composed of fields, each with a name and an optional value of its own 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.
ColumnType
A type of:
NativeType
A ColumnType variants that are “simple” (non-recursive).