rluvaton opened a new pull request, #19431: URL: https://github.com/apache/datafusion/pull/19431
## Which issue does this PR close? N/A ## Rationale for this change make `range` and `generate_series` faster ## What changes are included in this PR? manually implement specialized implementation for Int64 `range` and `generate_series` ## Are these changes tested? Existing tests + added more tests for edge cases ## Are there any user-facing changes? Yes, added to public trait `SeriesValue` a function called `generate_array_for_series` with default implementation to avoid breaking changes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
