diffix / explorer

Tool to automatically explore and generate stats on data anonymized using Diffix
MIT License
2 stars 1 forks source link

Include `null` in distinct values list. #224

Closed dandanlen closed 4 years ago

dandanlen commented 4 years ago

Currently null values are treated specially when we compute the list of distinct values.

It would make more sense to treat null as a valid distinct value in itself and include it in the returned list.

dandanlen commented 4 years ago

Done in #244