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

feature: stringMax, stringMin aggregations #16331

Open
ColeAtCharter opened this issue Apr 24, 2024 · 0 comments
Open

feature: stringMax, stringMin aggregations #16331

ColeAtCharter opened this issue Apr 24, 2024 · 0 comments

Comments

@ColeAtCharter
Copy link

Description

The stringMin/stringMax aggregation should return a string which can be filtered on without finalization, unlike a complex aggregation like stringFirst/StringLast. It should be usable at ingest and at query time. Eventually, the aggregator could include a configuration property for the collation to be used for the comparison.

This implies the ability to have string metric columns which could eventually allow users to create custom aggregations which can be directly consumed without finalization, without special serializing/deserializing, and without writing custom logic (eg, extensions)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant