Skip to content

Commit 134929b

Browse files
committed
Merge remote-tracking branch 'origin/feature/esql-present-function' into feature/esql-present-function
2 parents 004542b + 8bbf92c commit 134929b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/EsqlFunctionRegistry.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,7 @@ private static FunctionDefinition[][] functions() {
336336
def(Top.class, tri(Top::new), "top"),
337337
def(Values.class, uni(Values::new), "values"),
338338
def(WeightedAvg.class, bi(WeightedAvg::new), "weighted_avg"),
339-
def(Present.class, uni(Present::new), "present")
340-
},
339+
def(Present.class, uni(Present::new), "present") },
341340
// math
342341
new FunctionDefinition[] {
343342
def(Abs.class, Abs::new, "abs"),

0 commit comments

Comments
 (0)