Expand description
Deserializing a single CQL value from a column of the query result row.
Structs§
- Builtin
Deserialization Error - Deserialization of one of the built-in types failed.
- Builtin
Type Check Error - Type checking of one of the built-in types failed.
- Listlike
Iterator - An iterator over either a CQL set or list.
- MapIterator
- An iterator over a CQL map.
- UdtIterator
- An iterator over fields of a User Defined Type.
Enums§
- Builtin
Deserialization Error Kind - Describes why deserialization of some of the built-in types failed.
- Builtin
Type Check Error Kind - Describes why type checking some of the built-in types failed.
- MapDeserialization
Error Kind - Describes why deserialization of a map type failed.
- MapType
Check Error Kind - Describes why type checking of a map type failed.
- Maybe
Empty - A value that may be empty or not.
- SetOr
List Deserialization Error Kind - Describes why deserialization of a set or list type failed.
- SetOr
List Type Check Error Kind - Describes why type checking of a set or list type failed.
- Tuple
Deserialization Error Kind - Describes why deserialization of a tuple failed.
- Tuple
Type Check Error Kind - Describes why type checking of a tuple failed.
- UdtType
Check Error Kind - Describes why type checking of a user defined type failed.
Traits§
- Deserialize
Value - A type that can be deserialized from a column value inside a row that was returned from a query.
- Emptiable
- Values that may be empty or not.