You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Pindikura Ravindra (Jira)" <ji...@apache.org> on 2022/04/19 14:57:00 UTC

[jira] [Resolved] (ARROW-14631) [C++][Gandiva] Implement nextday function

     [ https://issues.apache.org/jira/browse/ARROW-14631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pindikura Ravindra resolved ARROW-14631.
----------------------------------------
    Fix Version/s: 8.0.0
       Resolution: Fixed

Issue resolved by pull request 12285
[https://github.com/apache/arrow/pull/12285]

> [C++][Gandiva] Implement nextday function
> -----------------------------------------
>
>                 Key: ARROW-14631
>                 URL: https://issues.apache.org/jira/browse/ARROW-14631
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++ - Gandiva
>            Reporter: Vinicius Souza Roque
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 8.0.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Returns the first date which is later than start_date and named as day_of_week. start_date is a string/date/timestamp. day_of_week is 2 letters, 3 letters or full name of the day of the week (e.g. Mo, tue, FRIDAY). The time part of start_date is ignored. Example: next_day('2015-01-14', 'TU') = 2015-01-20.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)