Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ isNull
Function
isNull
packages/db/src/query/builder/functions.ts:255–257 ·
view source on GitHub ↗
(value: ExpressionLike)
Source
from the content-addressed store, hash-verified
253
}
254
255
export
function
isNull(value: ExpressionLike): BasicExpression<boolean> {
256
return
new
Func(`isNull`, [toExpression(value)])
257
}
258
259
export
function
inArray(
260
value: ExpressionLike,
Callers
7
createMutationsTestSuite
Function · 0.90
createDeduplicationTestSuite
Function · 0.90
createJoinsTestSuite
Function · 0.90
createPredicatesTestSuite
Function · 0.90
createJoinTests
Function · 0.85
scheduler.test.ts
File · 0.85
createWhereTests
Function · 0.85
Calls
1
toExpression
Function · 0.85
Tested by
2
createJoinTests
Function · 0.68
createWhereTests
Function · 0.68