Crate scylla_udf
Source - Counter
- Represents an counter value
- CqlDuration
- Represents a CQL Duration value
- Time
- Wrapper used to differentiate between Time and Timestamp as sending values
Nanoseconds since midnight
- Timestamp
- Wrapper used to differentiate between Time and Timestamp as sending values
Milliseconds since unix epoch
- export_newtype
- This macro allows (de)serializing a cql type to/from a Rust “newtype” struct.
- export_udf
- This macro allows using a Rust function as a Scylla UDF.
- export_udt
- This macro allows mapping a Rust struct to a UDT from Scylla, and using in a scylla_udf function.