druid/docs
Gian Merlino 823f620ede
Add IS [NOT] DISTINCT FROM to SQL and join matchers. (#14976)
* Add IS [NOT] DISTINCT FROM to SQL and join matchers.

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.

* Main changes:

- Add ARRAY handling to "notdistinctfrom" and "isdistinctfrom".
- Include null in pushed-down filters when using "notdistinctfrom" in a join.

Other changes:
- Adjust join filter analyzer to more explicitly use InDimFilter's ValuesSets,
  relying less on remembering to get it right to avoid copies.

* Remove unused "wrap" method.

* Fixes.

* Remove methods we do not need.

* Fix bug with INPUT_REF.
2023-09-20 10:44:32 -07:00
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
api-reference docs: add note about transparent_reconnection (#14953) 2023-09-11 11:58:39 -07:00
assets docs: query from deep storage (#14609) 2023-08-04 11:10:08 +05:30
comparisons remove ref to plywood repo (#12809) 2022-07-26 10:12:13 +08:00
configuration Auto configuration for maxSubqueryBytes (#14808) 2023-09-06 05:47:19 +00:00
data-management docs: update note in automatic compaction doc (#14908) 2023-08-25 14:14:29 -07:00
design enable sql compatible null handling mode by default (#14792) 2023-08-21 20:07:13 -07:00
development Mixed task runner for migration to mm-less ingestion (#14918) 2023-09-11 18:09:46 -07:00
ingestion Add docs for ingesting Kafka topic name (#14894) 2023-08-24 19:19:59 +05:30
misc Update Ingestion section (#14023) 2023-05-19 09:42:27 -07:00
multi-stage-query Docusaurus2 upgrade for master (#14411) 2023-08-16 19:01:21 -07:00
operations Add test and metrics for KillStalePendingSegments duty (#14951) 2023-09-08 10:33:47 +05:30
querying Add IS [NOT] DISTINCT FROM to SQL and join matchers. (#14976) 2023-09-20 10:44:32 -07:00
tutorials fix supervisor spec api submission commands (#14877) 2023-08-23 14:38:09 +05:30