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

Method constructor

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

Source from the content-addressed store, hash-verified

632
633export class UnsupportedAggregateFunctionError extends GroupByError {
634 constructor(functionName: string) {
635 super(`Unsupported aggregate function: ${functionName}`)
636 }
637}
638
639export class AggregateFunctionNotInSelectError extends GroupByError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected