rodrigojdebem commented on a change in pull request #9750:
URL: https://github.com/apache/arrow/pull/9750#discussion_r617354364
##########
File path: cpp/src/gandiva/gdv_function_stubs.cc
##########
@@ -300,6 +302,50 @@ char* gdv_fn_dec_to_string(int64_t context, int64_t
x_high, uint64_t x_low,
return val;
\
}
+#define GDV_FN_TO_CHAR(IN_TYPE, ARROW_TYPE)
\
+ /* Converts expression to a string using the format specified in format */
\
+ GANDIVA_EXPORT
\
+ const char* gdv_fn_to_char_##IN_TYPE##_int64(int64_t context, gdv_##IN_TYPE
value, \
+ int64_t len, const char*
pattern, int32_t * out_len) { \
Review comment:
You're right. I lost something among my commits and merges. Looking into
it now.
--
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:
[email protected]