Skip to content

Commit 27ee9f0

Browse files
committed
Update javadoc for Function.java
1 parent ec82abd commit 27ee9f0

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
import java.util.StringJoiner;
1818

1919
/**
20-
* Any SQL expression with parentheses, like {@code MAX()}, or {@code ABS()}. A
21-
* function is always a {@code NamedExpression}.
20+
* 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}).
2222
*/
2323
public abstract class Function extends Expression {
2424

0 commit comments

Comments
 (0)