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

Function lower

packages/db/src/query/builder/functions.ts:289–293  ·  view source on GitHub ↗
(
  arg: T,
)

Source from the content-addressed store, hash-verified

287}
288
289export function lower<T extends ExpressionLike>(
290 arg: T,
291): StringFunctionReturnType<T> {
292 return new Func(`lower`, [toExpression(arg)]) as StringFunctionReturnType<T>
293}
294
295export function length<T extends ExpressionLike>(
296 arg: T,

Callers 5

userNameTransformsFunction · 0.85
createWhereTestsFunction · 0.85
functions.test.tsFile · 0.85

Calls 1

toExpressionFunction · 0.85

Tested by 2

userNameTransformsFunction · 0.68
createWhereTestsFunction · 0.68