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

Function gt

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

Source from the content-addressed store, hash-verified

157): BasicExpression<boolean>
158export function gt<T>(left: Aggregate<T>, right: any): BasicExpression<boolean>
159export function gt(left: any, right: any): BasicExpression<boolean> {
160 return new Func(`gt`, [toExpression(left), toExpression(right)])
161}
162
163export function gte<T>(
164 left: ComparisonOperand<T>,

Calls 1

toExpressionFunction · 0.85

Tested by

no test coverage detected