Back to Elasticsearch

Absent

docs/reference/query-languages/esql/kibana/docs/functions/absent.md

9.4.2347 B
Original Source

% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.

ABSENT

Returns true if the input expression yields no non-null values within the current aggregation context. Otherwise it returns false.

esql
FROM employees
| WHERE emp_no == 10020
| STATS is_absent = ABSENT(languages)