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

Method constructor

packages/db/src/query/ir.ts:206–211  ·  view source on GitHub ↗
(
    public branches: Array<ConditionalSelectBranch>,
    public defaultValue?: SelectValueExpression,
  )

Source from the content-addressed store, hash-verified

204export class ConditionalSelect extends BaseExpression {
205 public type = `conditionalSelect` as const
206 constructor(
207 public branches: Array<ConditionalSelectBranch>,
208 public defaultValue?: SelectValueExpression,
209 ) {
210 super()
211 }
212}
213
214/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected