Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ export const functions = {
markdownContent={i18n.translate('languageDocumentation.documentationESQL.md5.markdown', {
defaultMessage: `
### MD5
Computes the MD5 hash of the input.
Computes the MD5 hash of the input (if the MD5 hash is available on the JVM).

\`\`\`esql
FROM sample_data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ export const commandsMetadata: Record<string, unknown> = {
type: 'command',
name: 'rerank',
},
rrf: {
type: 'command',
name: 'rrf',
license: 'ENTERPRISE',
},
sample: {
type: 'command',
name: 'sample',
Expand Down