Function handle_create_aggregate

Source
pub async fn handle_create_aggregate(
    handler_args: HandlerArgs,
    or_replace: bool,
    if_not_exists: bool,
    name: ObjectName,
    args: Vec<OperateFunctionArg>,
    returns: DataType,
    params: CreateFunctionBody,
) -> Result<RwPgResponse, RwError>