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

Method transform

packages/db/src/clickhouse/query-builder.ts:543–546  ·  view source on GitHub ↗
(transformations: Record<string, (item: T) => any>)

Source from the content-addressed store, hash-verified

541 }
542
543 transform(transformations: Record<string, (item: T) => any>): this {
544 this._transform = transformations;
545 return this;
546 }
547
548 // Execution methods
549 async execute(): Promise<T[]> {

Callers 10

index.tsFile · 0.80
createRevenueQueryMethod · 0.80
getTopGenericSeriesMethod · 0.80
getReferrerSpikesFunction · 0.80
moveDataBetweenTablesFunction · 0.80
transformFunction · 0.80
fetchGithubUserFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected