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 4 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.

@lbschanno lbschanno force-pushed the feature/maxUniqueCount branch from cf3852b to 32496f9 Compare January 15, 2025 18:48
lbschanno and others added 3 commits February 21, 2025 16:22
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
@lbschanno lbschanno force-pushed the feature/maxUniqueCount branch from e573467 to 232f9e8 Compare February 21, 2025 21:53
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