risingwave_frontend::handler::create_aggregate

Function handle_create_aggregate

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