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

Function createResidualWhere

packages/db/src/query/ir.ts:296–300  ·  view source on GitHub ↗
(
  expression: BasicExpression<boolean>,
)

Source from the content-addressed store, hash-verified

294 * Create a residual Where clause from an expression
295 */
296export function createResidualWhere(
297 expression: BasicExpression<boolean>,
298): Where {
299 return { expression, residual: true }
300}
301
302function getRefFromAlias(
303 query: QueryIR,

Callers 1

applyOptimizationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected