Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
5 changes: 5 additions & 0 deletions docs/changelog/113183.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 113183
summary: "ESQL: TOP support for strings"
area: ES|QL
type: feature
issues: []
48 changes: 48 additions & 0 deletions docs/reference/esql/functions/kibana/definition/top.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/reference/esql/functions/types/top.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions x-pack/plugin/esql/compute/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,11 @@ tasks.named('stringTemplates').configure {
it.inputFile = topAggregatorInputFile
it.outputFile = "org/elasticsearch/compute/aggregation/TopBooleanAggregator.java"
}
template {
it.properties = bytesRefProperties
it.inputFile = topAggregatorInputFile
it.outputFile = "org/elasticsearch/compute/aggregation/TopBytesRefAggregator.java"
}
template {
it.properties = ipProperties
it.inputFile = topAggregatorInputFile
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading