Interface: AggregateExpr<T>
Interface: AggregateExpr<T>
Section titled “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.
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”
readonly$type:T
Defined in: core/src/query/operators.ts:12
$aggregate
Section titled “$aggregate”
readonly$aggregate:true
Defined in: core/src/query/operators.ts:13
readonlyast:Aggregate
Defined in: core/src/query/operators.ts:14