Checking a user-defined aggregate (UDA)
In cqlsh, the DESCRIBE AGGREGATE
command outputs the full details of a user-defined aggregate.
Use the output from the DESCRIBE
command to recreate the UDA.
Prerequisites
Verify that a UDA exists
-
CQL
-
Result
DESCRIBE AGGREGATE cycling.average;
TBD
Related information: