You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/12 11:12:08 UTC

[GitHub] [arrow] anthonylouisbsb commented on a change in pull request #9974: ARROW-12323: [C++][Gandiva] Implement castTIME(timestamp) function

anthonylouisbsb commented on a change in pull request #9974:
URL: https://github.com/apache/arrow/pull/9974#discussion_r611537465



##########
File path: cpp/src/gandiva/precompiled/types.h
##########
@@ -251,6 +251,7 @@ gdv_timestamp castTIMESTAMP_utf8(int64_t execution_context, const char* input,
 gdv_timestamp castTIMESTAMP_date64(gdv_date64);
 gdv_timestamp castTIMESTAMP_int64(gdv_int64);
 gdv_date64 castDATE_timestamp(gdv_timestamp);
+int32_t castTIME_timestamp(int64_t timestamp_in_millis);

Review comment:
       Changes applied




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org