Crate scylla_udf

source ·

Structs

Represents an counter value
Represents a CQL Duration value
Wrapper used to differentiate between Time and Timestamp as sending values Nanoseconds since midnight
Wrapper used to differentiate between Time and Timestamp as sending values Milliseconds since unix epoch

Attribute Macros

This macro allows (de)serializing a cql type to/from a Rust “newtype” struct.
This macro allows using a Rust function as a Scylla UDF.
This macro allows mapping a Rust struct to a UDT from Scylla, and using in a scylla_udf function.