Pith. sign in

REVIEW 2 cited by

Qrlew: Rewriting SQL into Differentially Private SQL

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2401.06273 v1 pith:AJCKPZMM submitted 2024-01-11 cs.DB cs.LG

Qrlew: Rewriting SQL into Differentially Private SQL

classification cs.DB cs.LG
keywords dataqrlewqueriesownerqueryrewritingrewrittenstandard
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X Bluesky LinkedIn Reddit HN
read the original abstract

This paper introduces Qrlew, an open source library that can parse SQL queries into Relations -- an intermediate representation -- that keeps track of rich data types, value ranges, and row ownership; so that they can easily be rewritten into differentially-private equivalent and turned back into SQL queries for execution in a variety of standard data stores. With Qrlew, a data practitioner can express their data queries in standard SQL; the data owner can run the rewritten query without any technical integration and with strong privacy guarantees on the output; and the query rewriting can be operated by a privacy-expert who must be trusted by the owner, but may belong to a separate organization.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. CityOS: Privacy Architecture for Urban Sensing

    cs.OS 2026-05 unverdicted novelty 7.0

    CityOS is an edge runtime that enforces a three-tier privacy API for urban sensors: local raw data, differentially private single-location stats, and cross-location aggregates with per-user budgets enforced on devices.

  2. DPSQL+: A Differentially Private SQL Library with a Minimum Frequency Rule

    cs.CR 2026-02 unverdicted novelty 5.0

    DPSQL+ enforces user-level differential privacy and minimum frequency rules in SQL queries via a modular validator-accountant-backend design, showing practical accuracy on TPC-H workloads and higher query volume under...