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

Method groupBy

packages/db/src/clickhouse/query-builder.ts:204–207  ·  view source on GitHub ↗
(columns: (string | null | undefined | false)[])

Source from the content-addressed store, hash-verified

202
203 // Group by methods
204 groupBy(columns: (string | null | undefined | false)[]): this {
205 this._groupBy = columns.filter((col): col is string => Boolean(col));
206 return this;
207 }
208
209 // Having methods
210 having(column: string, operator: Operator, value: SqlParam): this {

Callers 15

buildFunnelCteMethod · 0.80
getFunnelMethod · 0.80
createRevenueQueryMethod · 0.80
getTopPagesMethod · 0.80
getTopEntryExitMethod · 0.80
getTopGenericMethod · 0.80
getTopGenericSeriesMethod · 0.80
getUserJourneyMethod · 0.80
getTopEventsMethod · 0.80
getTopLinkOutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected