Skip to content

Commit 87b1738

Browse files
alex-spiesbpintea
andauthored
Update x-pack/plugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/expression/function/Function.java
Co-authored-by: Bogdan Pintea <[email protected]>
1 parent 27ee9f0 commit 87b1738

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/expression/function

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* Any ESQL function; generally this is translated into a computation to be evaluated on arguments, including scalar functions (e.g. in
21-
* {@code EVAL}) or aggregations ({@code STATS}).
21+
* {@code EVAL}) or aggregation functions ({@code STATS}).
2222
*/
2323
public abstract class Function extends Expression {
2424

0 commit comments

Comments
 (0)