You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Vinicius Souza Roque (Jira)" <ji...@apache.org> on 2021/11/08 15:07:00 UTC

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

Vinicius Souza Roque created ARROW-14631:
--------------------------------------------

             Summary: [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


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.1#820001)