Nicolas Grislain

Results 17 issues of Nicolas Grislain

When evaluating sensitivity, we could use more dynamic data, like previous DP evaluations. Not urgent

enhancement

This does work: ```rust let query = parse(r#" WITH order_avg_price (order_id, avg_price) AS (SELECT order_id, sum(price) AS avg_price FROM item_table GROUP BY order_id) SELECT order_avg_price.order_id, item_table.price-order_avg_price.avg_price FROM item_table JOIN order_avg_price...

bug

At least have a basic `README.md` telling the same story as: https://qrlew.github.io/ We can reuse what [OpenDP](https://github.com/opendp/opendp/tree/main/docs) did.

documentation