MCPcopy Create free account
hub / github.com/TanStack/db / constructor

Method constructor

packages/db/src/errors.ts:640–644  ·  view source on GitHub ↗
(functionName: string)

Source from the content-addressed store, hash-verified

638
639export class AggregateFunctionNotInSelectError extends GroupByError {
640 constructor(functionName: string) {
641 super(
642 `Aggregate function in HAVING clause must also be in SELECT clause: ${functionName}`,
643 )
644 }
645}
646
647export class UnknownHavingExpressionTypeError extends GroupByError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected