Module types

Source

Modules§

blob
cassandra_type
data_serialization_types
decimal
duration
from_cdrs
list
map
prelude
rows
tuple
udt
value
vector

Structs§

CBytes
The structure that represents Cassandra byte type.
CBytesShort
Cassandra short bytes

Constants§

INT_LEN
LONG_LEN
SHORT_LEN
UUID_LEN

Traits§

AsCassandraType
AsRust
AsRustType
Should be used to represent a single column as a Rust value.
ByIndex
ByName
IntoRustByIndex
Should be used to return a single column as Rust value by its name.
IntoRustByName
Should be used to return a single column as Rust value by its name.

Functions§

cursor_next_value
cursor_next_value_ref
from_cursor_string_list
serialize_str
to_bigint
to_float
to_float_big
to_int
to_short
to_u_big
to_u_int
to_u_short
try_f32_from_bytes
try_f64_from_bytes
try_i16_from_bytes
try_i32_from_bytes
try_i64_from_bytes
try_u64_from_bytes
u16_from_bytes

Type Aliases§

CInt
Cassandra int type.
CIntShort
Cassandra int short type.
CLong
Cassandra long type.