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

Method leftJoin

packages/db/src/clickhouse/query-builder.ts:308–314  ·  view source on GitHub ↗
(
    table: string | Expression | Query,
    condition: string,
    alias?: string
  )

Source from the content-addressed store, hash-verified

306 }
307
308 leftJoin(
309 table: string | Expression | Query,
310 condition: string,
311 alias?: string
312 ): this {
313 return this.joinWithType('LEFT', table, condition, alias);
314 }
315
316 leftAnyJoin(
317 table: string | Expression | Query,

Callers 5

getFunnelMethod · 0.80
queryMethod · 0.80
getTopPagesMethod · 0.80
chart.tsFile · 0.80

Calls 1

joinWithTypeMethod · 0.95

Tested by

no test coverage detected