% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it. **Examples** ```esql FROM employees | WHERE birth_date IS NULL ``` | first_name:keyword | last_name:keyword | | --- | --- | | Basil | Tramer | | Florian | Syrotiuk | | Lucien | Rosenbaum | ```esql FROM employees | WHERE is_rehired IS NOT NULL | STATS COUNT(emp_no) ``` | COUNT(emp_no):long | | --- | | 84 |