MCPcopy Create free account
hub / github.com/chainjet/platform / aggregate

Method aggregate

libs/common/src/TypegooseQueryService.ts:157–159  ·  view source on GitHub ↗
(filter: Filter<Entity>, aggregate: AggregateQuery<Entity>)

Source from the content-addressed store, hash-verified

155 }
156
157 aggregate(filter: Filter<Entity>, aggregate: AggregateQuery<Entity>): Promise<AggregateResponse<Entity>[]> {
158 throw new Error('Not implemented yet')
159 }
160
161 count(filter: Filter<Entity>): Promise<number> {
162 return this.Model.count(this.buildExpression(filter)).exec()

Callers 1

aggregateNativeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected