elasticsearch/docs/reference/query-languages/esql/_snippets/operators/detailedDescription
Nik Everett 59a10bdd7b
ESQL: Add counters to signature for `IS NULL` (#129670)
This adds `counter_long` and `counter_double` to the signatures of
supported fields for `IS NULL` and `IS NOT NULL`. We hadn't been
generating those signatures since the docs v3 migration, so this had to
plug those in. In addition, it changes the wording on a few things and
adds a note that if a field is only in some documents then the ones
missing the field will have `NULL` - which is important information for
`IS NULL` and `IS NOT NULL`.
2025-06-24 01:18:15 +01:00
..
div.md
equals.md
greater_than.md
greater_than_or_equal.md
is_not_null.md
is_null.md
less_than.md
less_than_or_equal.md
like.md
not_equals.md
rlike.md