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

Method union

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

Source from the content-addressed store, hash-verified

120 }
121
122 union(query: Query): this {
123 this._union = query;
124 return this;
125 }
126
127 // Where methods
128 private escapeValue(value: SqlParam): string {

Callers 10

mixpanel.tsFile · 0.80
amplitude.tsFile · 0.80
index.tsFile · 0.80
queryMethod · 0.80
integration.tsFile · 0.80
base.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected