Skip to content

Conversation

hannes
Copy link
Member

@hannes hannes commented Nov 22, 2019

No description provided.

@hannes
Copy link
Member Author

hannes commented Nov 23, 2019

this is a bit borked trying again

@hannes hannes closed this Nov 23, 2019
@hannes hannes deleted the amalgamation-r branch November 23, 2019 18:02
hawkfish pushed a commit to hawkfish/duckdb that referenced this pull request Sep 23, 2023
Extract the relevant parts of the QUANTILE values at bind time.
This was taking 50+% of the per row run time.
Also add binding to MAD so it doesn't have to construct 0.5 every time.

fixes: duckdblabs/duckdb-internal#358
hawkfish pushed a commit to hawkfish/duckdb that referenced this pull request Oct 2, 2023
Since not all custom window functions need the previous frame,
push responsibility down to the function states that do.
Pass around vectors so we have fewer silly arguments.
hawkfish pushed a commit to hawkfish/duckdb that referenced this pull request Oct 2, 2023
Factor out the frame intersection logic for reuse.
hawkfish pushed a commit to hawkfish/duckdb that referenced this pull request Oct 3, 2023
Fix the ModeState to have proper constructors and destructors
and then call them.
hawkfish pushed a commit to hawkfish/duckdb that referenced this pull request Oct 3, 2023
Hack around memory leak in PerfectAggregateHashTable.
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.

1 participant