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

Add MAX_UNIQUE_COUNT functionality #2678

Open
wants to merge 5 commits into
base: integration
Choose a base branch
from

Conversation

lbschanno
Copy link
Collaborator

Add the ability to specify a max count on results from the unique
operation such that only the unique results that occurred up to the
specified max count are returned.

This max count can be specified either via the function
MAX_UNIQUE_COUNT or via the query parameter max.unique.count.

Fixes #2635

NOTE: This work is based off existing work in PR #2570 and should only be merged after that PR.

ivakegg and others added 5 commits November 22, 2024 14:05
Add the ability to specify a max count on results from the unique
operation such that only the unique results that occurred up to the
specified max count are returned.

This max count can be specified either via the function
MAX_UNIQUE_COUNT or via the query parameter max.unique.count.

Fixes #2635
Comment on lines +46 to +51
/**
* A factory for SortedMapFileHandlers
*
*
*
*/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra lines

Suggested change
/**
* A factory for SortedMapFileHandlers
*
*
*
*/
/**
* A factory for SortedMapFileHandlers
*/

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

Successfully merging this pull request may close these issues.

True Unique capability
3 participants