MCPcopy Index your code
hub / github.com/ent/ent / IsNull

Function IsNull

dialect/sql/builder.go:1038–1040  ·  view source on GitHub ↗

IsNull returns the `IS NULL` predicate.

(col string)

Source from the content-addressed store, hash-verified

1036
1037// IsNull returns the `IS NULL` predicate.
1038func IsNull(col string) *Predicate {
1039 return P().IsNull(col)
1040}
1041
1042// IsNull appends the `IS NULL` predicate.
1043func (p *Predicate) IsNull(col string) *Predicate {

Callers 6

BackfillUserTagsFunction · 0.92
addFKEdgesMethod · 0.92
FieldIsNullFunction · 0.85
TestBuilderFunction · 0.85

Calls 2

IsNullMethod · 0.80
PFunction · 0.70

Tested by 3

TestBuilderFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…