abhishekagarwal87 commented on issue #14346:
URL: https://github.com/apache/druid/issues/14346#issuecomment-1575559177

   @abhishekrb19  - the use case behind the column `IS_DETERMINISTIC` is not 
very clear to me. We can leave out this column and add it when it's actually 
necessary. The decision to cache the results is a bit more involved since the 
underlying data is constantly changing (there is real-time data). 
   
   The `functionDescription` idea is interesting. But then we either commit to 
it fully and fill in all the implementations of existing functions or we don't 
do it at all. Because, if we don't fully commit to it, a tool cannot rely on 
this API to get the description of the function. Are you going to use this 
function in your client? If you are going to do the work of adding 
documentation to all the scalar and aggregator functions, then I am +1 for the 
idea. Otherwise, this enhancement can be done later. 


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