Back to Elasticsearch

Repeat

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

9.4.0267 B
Original Source

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

Example

esql
ROW a = "Hello!"
| EVAL triple_a = REPEAT(a, 3)
a:keywordtriple_a:keyword
Hello!Hello!Hello!Hello!