Qingflow Canonical Query Aggregate
qf.query.aggregateAggregate records by grouping fields and computing metrics such as count, sum, avg, min, max. Returns metrics per column and a query handle for further processing.
Instructions
Aggregate records through the canonical DSL and return metrics_by_column plus query handle resources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | ||
| query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | Yes | ||
| meta | No |