somu-imply commented on code in PR #14943:
URL: https://github.com/apache/druid/pull/14943#discussion_r1317645247


##########
processing/src/main/java/org/apache/druid/math/expr/BuiltInExprMacros.java:
##########
@@ -144,4 +145,47 @@ public Object getLiteralValue()
       }
     }
   }
+
+  public static class StringDecodeBase64UTFExprMacro implements 
ExprMacroTable.ExprMacro

Review Comment:
   General Q, can this be implemented as an extension of `UnivariateFunction`? 
But then this is an expression and not exactly a function



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to