Structs§
- Represents an counter value
- Native CQL date representation that allows for a bigger range of dates (-262145-1-1 to 262143-12-31).
- Native CQL
decimal
representation. - Represents a CQL Duration value
- Native CQL time representation.
- Native CQL timestamp representation that allows full supported timestamp range.
- Represents timeuuid (uuid V1) value
- Native CQL
varint
representation. - LegacyBatchValuesFirstSerializedDeprecatedAllows reusing already-serialized first value
- LegacyBatchValuesFromIterDeprecatedImplements
BatchValues
from anIterator
over references to things that implementValueList
- LegacyBatchValuesIteratorFromIteratorDeprecatedImplements
BatchValuesIterator
from anIterator
over references to things that implementValueList
- LegacySerializedValuesDeprecatedKeeps a buffer with serialized Values Allows adding new Values and iterating over serialized ones
- LegacySerializedValuesIteratorDeprecated
- TupleValuesIterDeprecated
- Represents an unset value
- ValueTooBigDeprecated
Enums§
- Enum providing a way to represent a value that might be unset
- SerializeValuesErrorDeprecated
Traits§
- LegacyBatchValuesDeprecatedRepresents List of ValueList for Batch statement
- LegacyBatchValuesIteratorDeprecatedAn iterator-like for
ValueList
- ValueDeprecatedEvery value being sent in a query must implement this trait serialize() should write the Value as bytes to the provided buffer
- ValueListDeprecatedRepresents list of values to be sent in a query gets serialized and but into request
Type Aliases§
- SerializedResultDeprecated