Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Openpanel-dev/openpanel
/ with
Method
with
packages/db/src/clickhouse/query-builder.ts:265–268 ·
view source on GitHub ↗
(name: string, query: Query | string)
Source
from the content-addressed store, hash-verified
263
}
264
265
with(name: string, query: Query | string): this {
266
this._ctes.push({ name, query });
267
return
this;
268
}
269
270
// Fill
271
fill(
Callers
10
getFunnel
Method · 0.80
withDistinctSessionsIfNeeded
Method · 0.80
getMetricsWithPageFilter
Method · 0.80
getUserJourney
Method · 0.80
query
Method · 0.80
executeBetweenMode
Method · 0.80
executeSimpleMode
Method · 0.80
getSankey
Method · 0.80
getTopPages
Method · 0.80
chart.ts
File · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected