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

Method from

packages/db/src/clickhouse/query-builder.ts:116–120  ·  view source on GitHub ↗
(table: string | Expression, final = false)

Source from the content-addressed store, hash-verified

114
115 // From methods
116 from(table: string | Expression, final = false): this {
117 this._from = table;
118 this._final = final;
119 return this;
120 }
121
122 union(query: Query): this {
123 this._union = query;

Callers 15

amplitude.test.tsFile · 0.45
parseRemoteFileMethod · 0.45
streamProfilesMethod · 0.45
fetchExportWithRetryMethod · 0.45
streamNdjsonMethod · 0.45
verifyUnsubscribeTokenFunction · 0.45
generateRecoveryCodesFunction · 0.45
queues.tsFile · 0.45
produceIncomingEventFunction · 0.45
authenticateTokenFunction · 0.45
auth.test.tsFile · 0.45

Calls

no outgoing calls

Tested by 1

buildWhereSQLFunction · 0.36