% This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it. ## `IS NULL` and `IS NOT NULL` predicates [esql-predicates] For NULL comparison, use the `IS NULL` and `IS NOT NULL` predicates. :::{include} ../examples/predicates.md :::