gianm opened a new pull request, #14976:
URL: https://github.com/apache/druid/pull/14976

   Changes:
   
   1) Add "isdistinctfrom" and "notdistinctfrom" native expressions.
   
   2) Add "IS [NOT] DISTINCT FROM" to SQL. It uses the new native expressions
      when generating expressions, and is treated the same as equals and
      not-equals when generating native filters on literals.
   
   3) Update join matchers to have an "includeNull" parameter that determines
      whether we are operating in "equals" mode or "is not distinct from"
      mode.


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