Skip to content

Commit c6fb3f9

Browse files
integration tests
1 parent 09a1f99 commit c6fb3f9

File tree

5 files changed

+745
-518
lines changed

5 files changed

+745
-518
lines changed

docs/reference/esql-query-builder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ query = (
181181

182182
## Using ES|QL functions
183183

184-
The ES|QL language includes a rich set of functions that can be used in expressions and conditionals, and these can be included in expressions that are given as strings, as shown in the example below:
184+
The ES|QL language includes a rich set of functions that can be used in expressions and conditionals. These can be included in expressions given as strings, as shown in the example below:
185185

186186
```python
187187
from elasticsearch.esql import ESQL
@@ -193,7 +193,7 @@ query = (
193193
)
194194
```
195195

196-
All available ES|QL functions have Python wrappers in the `elasticsearch.esql.functions` module, which can be used when building expressions using Python syntax. Below is the same example coded using Python syntax:
196+
All available ES|QL functions have Python wrappers in the `elasticsearch.esql.functions` module, which can be used when building expressions using Python syntax. Below is the example above coded using Python syntax:
197197

198198
```python
199199
from elasticsearch.esql import ESQL, functions

0 commit comments

Comments
 (0)