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

Added an aggregation operation that assumes a sorted rowset. #10

Merged
merged 1 commit into from
Sep 24, 2013
Merged

Added an aggregation operation that assumes a sorted rowset. #10

merged 1 commit into from
Sep 24, 2013

Conversation

jonmpqts
Copy link

For cases in which we know the rows have been sorted in advance, this operation yield returns the current aggregate as soon as a change in keys is detected. This avoids having to load aggregate all rows before returning.

@nathanpalmer nathanpalmer merged commit 8ffb84e into hibernating-rhinos:master Sep 24, 2013
@nathanpalmer
Copy link

Thanks Thomas!

ayende added a commit that referenced this pull request Mar 1, 2017
Display a meaningful error message from SQL bulk insert
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.

2 participants