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

Method rawJoin

packages/db/src/clickhouse/query-builder.ts:344–348  ·  view source on GitHub ↗
(sql: string)

Source from the content-addressed store, hash-verified

342 }
343
344 rawJoin(sql: string): this {
345 if (this._skipNext) return this;
346 this._rawJoins.push(sql);
347 return this;
348 }
349
350 private joinWithType(
351 type: JoinType,

Callers 3

getFunnelMethod · 0.80
getListMethod · 0.80
chart.tsFile · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected