Tao Hu
10/03/2022, 9:26 PMHISTOGRAM
in 0.11.0 support distinct count? From the documentation seems like it does notMayank
Tao Hu
10/03/2022, 10:30 PMselect distinctcount(student_id)count, case when ... else end score group by score
so I'm trying to see if histogram can offer the similar functionalityMayank
Tao Hu
10/03/2022, 10:41 PMMayank