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


##########
processing/src/main/java/org/apache/druid/math/expr/vector/VectorProcessors.java:
##########
@@ -242,6 +270,12 @@ public void processIndex(Object[] strings, long[] longs, 
boolean[] outputNulls,
     return (ExprVectorProcessor<T>) processor;
   }
 
+  /**
+   * Creates an {@link ExprVectorProcessor} for the 'isnull' function, that 
produces a "boolean" (long) typed output
+   * vector with values set to 1 if the input value was null or 0 if it was 
not null.

Review Comment:
   yes, will clarify javadocs



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