Skip to content

Instance Method

aggregate(_:as:)

func aggregate<Result>(_ aggregate: DatabaseQuery.Aggregate, as: Result.Type = Result.self) -> EventLoopFuture<Result> where Result : Decodable, Result : Encodable, Result : Sendable