Function aggr_state_func_name

Source
pub fn aggr_state_func_name(aggr_name: &str) -> String
Expand description

Returns the name of the state function for the given aggregate function name. The state function is used to compute the state of the aggregate function. The state function’s name is in the format `__<aggr_name>_state