Expand description
Types and traits related to serialization of values to the CQL format.
Modules§
- Contains the
BatchValues
andBatchValuesIterator
trait and their implementations. - Contains the
RawBatchValues
andRawBatchValuesIterator
trait and their implementations. - Contains the
SerializeRow
trait and its implementations. - Contains the
SerializeCql
trait and its implementations. - Contains types and traits used for safe serialization of values for a CQL statement.
Structs§
- Allows appending bytes to a non-null, non-unset cell.
- Represents a handle to a CQL value that needs to be written into.
- An interface that facilitates writing values for a CQL query.
- An error indicating that a failure happened during serialization.