clintropolis commented on code in PR #13214:
URL: https://github.com/apache/druid/pull/13214#discussion_r992891716


##########
core/src/main/java/org/apache/druid/math/expr/vector/UnivariateFunctionVectorValueProcessor.java:
##########
@@ -74,5 +76,7 @@ public final ExprEvalVector<TOutput> 
evalVector(Expr.VectorInputBinding bindings
 
   abstract void processIndex(TInput input, int i);
 
+  abstract void processNull(int i);

Review Comment:
   actually its not that bad, will go ahead and split them up now, it makes 
some other things nicer



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