projjal commented on a change in pull request #9906:
URL: https://github.com/apache/arrow/pull/9906#discussion_r609603814
##########
File path: cpp/src/gandiva/function_registry_string.cc
##########
@@ -100,6 +100,9 @@ std::vector<NativeFunction> GetStringFunctionRegistry() {
kResultNullIfNull, "gdv_fn_like_utf8_utf8",
NativeFunction::kNeedsFunctionHolder),
+ NativeFunction("is_date", {}, DataTypeVector{utf8()}, boolean(),
kResultNullIfNull,
Review comment:
is_date should also be able to take a pattern as input for checking
--
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]