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

Function upper

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

Source from the content-addressed store, hash-verified

281// Functions
282
283export function upper<T extends ExpressionLike>(
284 arg: T,
285): StringFunctionReturnType<T> {
286 return new Func(`upper`, [toExpression(arg)]) as StringFunctionReturnType<T>
287}
288
289export function lower<T extends ExpressionLike>(
290 arg: T,

Callers 14

createBasicTestsFunction · 0.85
userNameTransformsFunction · 0.85
userDisplayInfoFunction · 0.85
userPostJoinInfoFunction · 0.85
select.test-d.tsFile · 0.85
select.test.tsFile · 0.85
createWhereTestsFunction · 0.85
select.test.tsFile · 0.85

Calls 1

toExpressionFunction · 0.85

Tested by 5

createBasicTestsFunction · 0.68
userNameTransformsFunction · 0.68
userDisplayInfoFunction · 0.68
userPostJoinInfoFunction · 0.68
createWhereTestsFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…