Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESQL: fully implement SearchStats #107786

Open
costin opened this issue Apr 23, 2024 · 1 comment
Open

ESQL: fully implement SearchStats #107786

costin opened this issue Apr 23, 2024 · 1 comment
Assignees
Labels
:Analytics/ES|QL AKA ESQL >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)

Comments

@costin
Copy link
Member

costin commented Apr 23, 2024

Description

Some of the methods in SearchStats are not fully 'wired'-in - such as min and max.
The main problem lies in understanding the underlying data representation and properly sorting and returning that.
A similar problem occurs with #count(int, BytesRef) where the value (which can be string or numeric) is represented in raw form.

Both these issues need addressing so SearchStats can be fully plugged in.

@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)

@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)
Projects
None yet
Development

No branches or pull requests

3 participants