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
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/FunctionUtils.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ public class FunctionUtils {
23
23
* If null is passed for Failures to the constructor, it means we are only type resolution.
24
24
* This is usually called when doing pre-folding validation.
25
25
* If a {@link Failures} instance is passed, it means we are doing post-folding validation as well.
26
-
* This is usually called after folding is done, from during {@link org.elasticsearch.xpack.esql.capabilities.PostOptimizationVerificationAware} verification
26
+
* This is usually called after folding is done, from during
0 commit comments