Functions
CQL support functions for transforming one or more column values into a new value.
CQL supports several functions that transform one or more column values into a new value. In
addition, users can define functions and aggregates. The native Cassandra functions are:
- Blob conversion functions
- UUID and Timeuuid functions
- Token function
- WRITETIME function
- TTL function
- Standard aggregate functions such as MIN(), MAX(), SUM(), and AVG().
- TOKEN function