Skip to main content

aggregate

Function aggregate 

Source
pub async fn aggregate(
    __arg0: State<Arc<AppState>>,
    __arg1: Json<QueryRequest>,
) -> impl IntoResponse
Expand description

Execute an aggregation-only VelesQL query.

This endpoint is explicit and stable for GROUP BY / HAVING / aggregate workloads.