Aircloak / aircloak

This repository contains the Aircloak Air frontend as well as the code for our Cloak query and anonymization platform
2 stars 0 forks source link

Simplify offloaded queries referencing bounded columns. #4818

Closed cristianberneanu closed 3 years ago

cristianberneanu commented 3 years ago

Previously, a column with known bounds would be restricted during offload each time it was referenced. Now, it is restricted only once, in the bottom-most subquery.

Closes #4549.

aircloak-robot commented 3 years ago

Standard tests have passed 🎉

aircloak-robot commented 3 years ago

Pull request can be merged 🎉