Interface: Aggregate
Interface: Aggregate
Section titled “Interface: Aggregate”Defined in: core/src/query/ast.ts:23
Properties
Section titled “Properties”
readonlykind:"aggregate"
Defined in: core/src/query/ast.ts:24
readonlyfn:AggregateFn
Defined in: core/src/query/ast.ts:25
readonlyexpr:Expr|null
Defined in: core/src/query/ast.ts:27
null for count() (COUNT(*)); otherwise the column being aggregated.