Skip to content

Conversation

hawkfish
Copy link
Contributor

Use Value comparisons for MIN / MAX aggregation of nested types, not string casts.
Fix comparison operators for nested Values.

Richard Wesley added 2 commits June 21, 2021 12:45
Use Value comparisons for MIN/MAX aggregation
of nested types, not string casts.
Fix comparison operators for nested Values.
@Mytherin
Copy link
Collaborator

Looks good, thanks!

@Mytherin Mytherin merged commit 922380c into duckdb:master Jun 22, 2021
@hawkfish
Copy link
Contributor Author

Thanks for the merge!

I'm going to have a look at vectorising them using cursors and your new ConstantVector::Reference method once I get some performance baselines. I don't think it makes sense to do this for FIRST but it might be worth it for MIN and MAX.

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