CountOperation
Summary
Canonical count statement shape consumed by adapters.
Signature
type CountOperation<table> = {
groupBy: string[];
having: Predicate[];
joins: JoinClause[];
kind: "count";
table: table;
where: Predicate[];
};
Canonical count statement shape consumed by adapters.
type CountOperation<table> = {
groupBy: string[];
having: Predicate[];
joins: JoinClause[];
kind: "count";
table: table;
where: Predicate[];
};