MCPcopy Create free account
hub / github.com/TanStack/db / constructor

Method constructor

packages/db/src/query/ir.ts:124–126  ·  view source on GitHub ↗

* Result-level UNION ALL. Downstream query clauses see the union result row * shape, not the branch source aliases. Optimizers may push safe operations * into branches, but compiler phases should treat this as a derived relation * unless they are explicitly handling branch lowering.

(public queries: Array<QueryIR>)

Source from the content-addressed store, hash-verified

122 * unless they are explicitly handling branch lowering.
123 */
124 constructor(public queries: Array<QueryIR>) {
125 super()
126 }
127
128 get alias(): string {
129 return ``

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected