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