niyue commented on code in PR #38116:
URL: https://github.com/apache/arrow/pull/38116#discussion_r1356591466


##########
cpp/src/gandiva/function_registry.h:
##########
@@ -33,6 +33,9 @@ class GANDIVA_EXPORT FunctionRegistry {
   /// Lookup a pre-compiled function by its signature.
   const NativeFunction* LookupSignature(const FunctionSignature& signature) 
const;
 
+  /// \brief register a new function into the function registry
+  static Status AddFunction(NativeFunction func);

Review Comment:
   Fixed



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

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

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

Reply via email to