Back to Elasticsearch

Length

docs/reference/query-languages/esql/_snippets/functions/examples/length.md

9.4.0327 B
Original Source

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

Example

esql
FROM airports
| WHERE country == "India"
| KEEP city
| EVAL fn_length = LENGTH(city)
city:keywordfn_length:integer
Agwār5
Ahmedabad9
Bangalore9