MCPcopy Index your code
hub / github.com/TanStack/db / eq

Function eq

packages/db/src/query/builder/functions.ts:146–148  ·  view source on GitHub ↗
(left: any, right: any)

Source from the content-addressed store, hash-verified

144): BasicExpression<boolean>
145export function eq<T>(left: Aggregate<T>, right: any): BasicExpression<boolean>
146export function eq(left: any, right: any): BasicExpression<boolean> {
147 return new Func(`eq`, [toExpression(left), toExpression(right)])
148}
149
150export function gt<T>(
151 left: ComparisonOperand<T>,

Calls 1

toExpressionFunction · 0.85

Tested by

no test coverage detected