async fn describe_aggregates(
session: &CqlSession,
writer: &mut dyn Write,
) -> Result<()>Expand description
DESCRIBE AGGREGATES — list all UDA names in the current keyspace.
async fn describe_aggregates(
session: &CqlSession,
writer: &mut dyn Write,
) -> Result<()>DESCRIBE AGGREGATES — list all UDA names in the current keyspace.