You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added optional parameters to QSTR ES|QL function (elastic#121787)
Adds options to QSTR function.
elastic#118619 added named function parameters. This PR uses this mechanism for allowing query string function parameters, so query string parameters can be used in ES|QL.
Closeselastic#120933
(cherry picked from commit ee4bcac)
# Conflicts:
# x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/AnalyzerTests.java
# x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/VerifierTests.java
* [CI] Auto commit changes from spotless
* Fix compilation error
* Fix missing import
* getFirst() -> get(0)
* Make method public
* Make asBuilder public in subclasses
* Revert "Make asBuilder public in subclasses"
This reverts commit f444aa6.
* Revert "Make method public"
This reverts commit a1d9f56.
* .asQueryBuilder() -> .toQueryBuilder()
* Remove extraneous change which sneaked in during backport
---------
Co-authored-by: elasticsearchmachine <[email protected]>
0 commit comments