Modules§
Structs§
- CBytes
- The structure that represents Cassandra byte type.
- CBytes
Short - Cassandra short bytes
- CInet
- The structure wich represets Cassandra [inet] (https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v4.spec#L222).
- CString
- CString
List - CString
Long
Constants§
Traits§
- AsRust
- AsRust
Type - Should be used to represent a single column as a Rust value.
- ByIndex
- ByName
- Into
Rust ByIndex - Should be used to return a single column as Rust value by its name.
- Into
Rust ByName - Should be used to return a single column as Rust value by its name.
Functions§
- cursor_
next_ value - from_
bytes - Converts byte-array into u64
- from_
i_ bytes - Converts byte-array into i64
- from_
u16_ bytes - Converts byte-array into u16
- i_
to_ n_ bytes - Converts u64 numerical value into array of n bytes
- to_
bigint - Convers integer into Cassandra’s [int]
- to_
float - Converts
f32into bytes - to_
float_ big - Converts
f64into array of bytes - to_int
- Convers integer into Cassandra’s [int]
- to_
n_ bytes - Converts u64 numerical value into array of n bytes
- to_
short - Converts number i16 into Cassandra’s [short].
- to_u
- Convers integer into Cassandra’s [int]
- to_
u_ big - Convers integer into Cassandra’s
int - to_
u_ short - Converts number i16 into Cassandra’s
short. - to_
varint - Converts integer into Cassandra’s [varint].
- try_
f32_ from_ bytes - Tries to decode bytes array into
f32. - try_
f64_ from_ bytes - Tries to decode bytes array into
f64. - try_
from_ bytes - Tryies to decode bytes array into
u64. - try_
i16_ from_ bytes - Tries to decode bytes array into
i16. - try_
i32_ from_ bytes - Tries to decode bytes array into
i32. - try_
i_ from_ bytes - Tries to decode bytes array into
i64. - try_
i_ to_ n_ bytes - try_
to_ n_ bytes - Tries to converts u64 numerical value into array of n bytes.
- try_
u16_ from_ bytes - Tryies to decode bytes array into
u16.