MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / whereGroup

Method whereGroup

packages/db/src/clickhouse/query-builder.ts:369–371  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

367
368 // Add methods for grouping conditions
369 whereGroup(): WhereGroupBuilder {
370 return new WhereGroupBuilder(this, 'AND');
371 }
372
373 orWhereGroup(): WhereGroupBuilder {
374 return new WhereGroupBuilder(this, 'OR');

Callers 1

getTopPagesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected