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
+
DESCRIBE AGGREGATE cycling.average;
Results
See also: