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

Function lt

packages/db/tests/query/subset-dedupe.test.ts:23–25  ·  view source on GitHub ↗
(left: BasicExpression<any>, right: BasicExpression<any>)

Source from the content-addressed store, hash-verified

21}
22
23function lt(left: BasicExpression<any>, right: BasicExpression<any>): Func {
24 return new Func(`lt`, [left, right])
25}
26
27function eq(left: BasicExpression<any>, right: BasicExpression<any>): Func {
28 return new Func(`eq`, [left, right])

Callers 10

createJoinTestsFunction · 0.70
userIsYoungFunction · 0.70
group-by.test-d.tsFile · 0.70
createGroupByTestsFunction · 0.70
createOrderByTestsFunction · 0.70
createWhereTestsFunction · 0.70
functions.test.tsFile · 0.50
where.test.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected