implement a reduce
operator & ZQL group-by on top of it
#177
Annotations
2 errors and 4 warnings
src/zql/query/entity-query.test.ts > query types:
src/zql/query/entity-query.test.ts#L58
Error: Aggregates (other than count) without a group-by are not supported
❯ buildPipeline ../../../../../src/zql/ast-to-ivm/pipeline-builder.ts:20:11
❯ new Statement ../../../../../src/zql/query/statement.ts:13:22
❯ EntityQuery.prepare ../../../../../src/zql/query/entity-query.ts:113:12
❯ src/zql/query/entity-query.test.ts:58:48
|
Test
Process completed with exit code 1.
|
Prettier
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check Types
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|