Skip to content

Interface: AggregateExpr<T>

Defined in: core/src/query/operators.ts:11

Result of an aggregate factory (count, sum, …). Carries a phantom $type that lets projection type-inference pick up the aggregated value’s TypeScript type without needing an extra generic argument at the call site.

T

readonly $type: T

Defined in: core/src/query/operators.ts:12


readonly $aggregate: true

Defined in: core/src/query/operators.ts:13


readonly ast: Aggregate

Defined in: core/src/query/operators.ts:14