Slackbot
06/25/2023, 6:59 AMBibek Sahoo
06/26/2023, 6:15 AMuseGroupingSetForExactDistinct
When useApproximateCountDistinct is set to "false", the computation will be exact. In this case, expr must be string or numeric, since exact counts are not possible using prebuilt sketches. In exact mode, only one distinct count per query is permitted unless useGroupingSetForExactDistinct is enabled.
https://druid.apache.org/docs/latest/querying/sql-aggregations.htmlsj Gao
06/26/2023, 6:52 AM