apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.56k stars 3.54k forks source link

[C++][Gandiva] Implements the last_day function #27820

Closed asfimport closed 3 years ago

asfimport commented 3 years ago

Adds the support for last_day function inside the Gandiva, similar to the Apache Impala implementation: https://docs.datafabric.hpe.com/62/Impala/new_features_impala_2100.html.

Reporter: Anthony Louis Gotlib Ferreira / @anthonylouisbsb Assignee: Anthony Louis Gotlib Ferreira / @anthonylouisbsb

Externally tracked issue: https://github.com/apache/arrow/pull/9727

PRs and other links:

Note: This issue was originally created as ARROW-11988. Please see the migration documentation for further details.

asfimport commented 3 years ago

Praveen Kumar / @praveenbingo: Issue resolved by pull request 9727 https://github.com/apache/arrow/pull/9727