2f2fcb6f05
Now that user-defined window functions are available, change the DERIVATIVE and NON_NEGATIVE_DERIVATIVE function implementations to use user-defined windows functions. This should improve performance by allowing the entire window to be processed in one go, rather than processing one row at a time. The implementation is also moved out of the planner module alongside the other user-defined window functions. Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |