xiangfu0 commented on code in PR #17208:
URL: https://github.com/apache/pinot/pull/17208#discussion_r2535930703


##########
pinot-spi/src/main/java/org/apache/pinot/spi/annotations/ScalarFunction.java:
##########
@@ -62,5 +62,10 @@
    */
   boolean isVarArg() default false;
 
+  /**
+   * Whether the scalar function should be treated as deterministic (eligible 
for compile-time evaluation).
+   */
+  boolean deterministic() default true;

Review Comment:
   done



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