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

Method constructor

packages/db/src/query/ir.ts:97–102  ·  view source on GitHub ↗
(
    public query: QueryIR,
    public alias: string,
  )

Source from the content-addressed store, hash-verified

95export class QueryRef extends BaseExpression {
96 public type = `queryRef` as const
97 constructor(
98 public query: QueryIR,
99 public alias: string,
100 ) {
101 super()
102 }
103}
104
105export class UnionFrom extends BaseExpression {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected