pg_diffix (or any other Diffix implementation, which will deliver the -bucket using a pure SQL query-response interface), cannot use `` for the *-bucket label, for non-string columns.
I propose to go down the same path as pg_diffix does, and (at current state of things, just for the sake of seed calculation), use NULL for non-string columns.
Related to https://github.com/diffix/pg_diffix/issues/345 & https://github.com/diffix/pg_diffix/pull/348
pg_diffix
(or any other Diffix implementation, which will deliver the -bucket using a pure SQL query-response interface), cannot use `` for the *-bucket label, for non-string columns.I propose to go down the same path as
pg_diffix
does, and (at current state of things, just for the sake of seed calculation), useNULL
for non-string columns.