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

Method constructor

packages/db/src/errors.ts:626–630  ·  view source on GitHub ↗
(alias: string)

Source from the content-addressed store, hash-verified

624
625export class NonAggregateExpressionNotInGroupByError extends GroupByError {
626 constructor(alias: string) {
627 super(
628 `Non-aggregate expression '${alias}' in SELECT must also appear in GROUP BY clause`,
629 )
630 }
631}
632
633export class UnsupportedAggregateFunctionError extends GroupByError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected