What's Changed
- Use display density when binning to pixels for m4 optimization. (thanks @kjgoodrick!)
- Update sql
isAggregateExpressionto track true aggregates that are inputs to window functions or windowed aggregates. - Update sql
walkto include parent node in visitor callback. - Update preaggregator query construction to cover all select query components.
- Update
fieldInfoutility to gracefully degrade around DuckDBGROUP BY ALLwindowing bugs. - Update
SelectQuery.windowmethod to also acceptWindowClauseNodeinputs. - Add
Query.setOrderbymethod.
New Contributors
- @kjgoodrick made their first contribution in #992
Full Changelog: v0.24.1...v0.24.2