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

Method constructor

packages/db/src/errors.ts:756–760  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

754 */
755export class AggregateNotSupportedError extends QueryCompilationError {
756 constructor() {
757 super(
758 `Aggregate expressions are not supported in this context. Use GROUP BY clause for aggregates.`,
759 )
760 }
761}
762
763/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected