61yao opened a new pull request, #9322:
URL: https://github.com/apache/pinot/pull/9322

   Support boolean literal evaluation, eg. true = true, (true = true) != false
   1) Save literal value as an object
   2) Register scalar function with func names and argument types. If a 
function cannot be found via function function names and argument types, look 
for functions through func names and # of params by default.
   3) Currently, we only support equal and notEqual type matching for boolean 
and double. 
   
   


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