diffix / reference

Reference implementation for the Open Diffix anonymization mechanism.
https://www.open-diffix.org
Other
3 stars 0 forks source link

Preserve target entries in plan #318

Open edongashi opened 2 years ago

edongashi commented 2 years ago

A TargetEntry is a superset of an expression, so there's no reason why we shouldn't carry those over to the plan.

Prerequisite for EXPLAIN. I don't see how else we can print readable column references.