Skip to content

Commit e69a05b

Browse files
alex-spiesbpintea
andauthored
ESQL: Fix Function javadoc (#132399)
Co-authored-by: Bogdan Pintea <[email protected]>
1 parent 5584aaa commit e69a05b

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 aggregation functions ({@code STATS}).
2222
*/
2323
public abstract class Function extends Expression {
2424

0 commit comments

Comments
 (0)