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

Class

packages/db/src/clickhouse/query-builder.ts:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45export class Query<T = any> {
46 private _select: (string | Expression)[] = [];
47 private _except: string[] = [];
48 private _from?: string | Expression;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected