Skip to content

Commit 06a322a

Browse files
committed
update description
1 parent 33d5473 commit 06a322a

File tree

8 files changed

+131
-1
lines changed

8 files changed

+131
-1
lines changed

docs/reference/esql/functions/description/hash.asciidoc

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/kibana/definition/hash.json

Lines changed: 82 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/kibana/docs/hash.md

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/layout/hash.asciidoc

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/parameters/hash.asciidoc

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/signature/hash.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/reference/esql/functions/types/hash.asciidoc

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/hash/Hash.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class Hash extends EsqlScalarFunction {
3636
private final Expression alg;
3737
private final Expression input;
3838

39-
@FunctionInfo(returnType = "keyword", description = "Computes the hash of the input keyword.")
39+
@FunctionInfo(returnType = "keyword", description = "Computes the hash of the input using the supplied algorithm.")
4040
public Hash(
4141
Source source,
4242
@Param(name = "alg", type = { "keyword", "text" }, description = "Hash algorithm to use.") Expression alg,

0 commit comments

Comments
 (0)