Skip to content

Commit 75b9c72

Browse files
committed
Add javadoc
1 parent 26f32fa commit 75b9c72

File tree

1 file changed

+5
-0
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ public Nullability nullable() {
106106
return Nullability.FALSE;
107107
}
108108

109+
/**
110+
* Used to differentiate error messages between functions and operators
111+
*
112+
* @return function type for error messages
113+
*/
109114
public String functionType() {
110115
return "function";
111116
}

0 commit comments

Comments
 (0)