Skip to content

Commit dc76ce6

Browse files
[ES|QL] Update function metadata (elastic#230354)
This PR updates the function definitions and inline docs based on the latest metadata from Elasticsearch.
1 parent 61dc05b commit dc76ce6

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

  • src/platform/packages

src/platform/packages/private/kbn-language-documentation/src/sections/generated/scalar_functions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ export const functions = {
12971297
markdownContent={i18n.translate('languageDocumentation.documentationESQL.md5.markdown', {
12981298
defaultMessage: `
12991299
### MD5
1300-
Computes the MD5 hash of the input.
1300+
Computes the MD5 hash of the input (if the MD5 hash is available on the JVM).
13011301
13021302
\`\`\`esql
13031303
FROM sample_data

src/platform/packages/shared/kbn-esql-ast/src/definitions/generated/commands/commands.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@ export const commandsMetadata: Record<string, unknown> = {
8080
type: 'command',
8181
name: 'rerank',
8282
},
83-
rrf: {
84-
type: 'command',
85-
name: 'rrf',
86-
license: 'ENTERPRISE',
87-
},
8883
sample: {
8984
type: 'command',
9085
name: 'sample',

0 commit comments

Comments
 (0)