Skip to content

Commit 20068ae

Browse files
committed
Adding KQL_FUNCTION capability.
1 parent 4395bca commit 20068ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,11 @@ public enum Cap {
404404
*/
405405
MATCH_FUNCTION,
406406

407+
/**
408+
* KQL function
409+
*/
410+
KQL_FUNCTION(Build.current().isSnapshot()),
411+
407412
/**
408413
* Don't optimize CASE IS NOT NULL function by not requiring the fields to be not null as well.
409414
* https://github.com/elastic/elasticsearch/issues/112704

0 commit comments

Comments
 (0)