import { type AggregationComputer } from "https://dotland.deno.dev/x/pg_mem@2.6.13/interfaces-private.ts";
Properties
readonly
type: _ITypeMethods
optional
computeNoGroup(t: _Transaction): TRet | undefinedCompute out of nowhere when there is no group (ex: when there is no grouping, count(*) on a table or count(xxx) when there is an index on xxx)
createGroup(t: _Transaction): AggregationGroupComputer<TRet>
When iterating, each new group will have its computer