Skip to content

Commit

Permalink
feat: add max price query
Browse files Browse the repository at this point in the history
  • Loading branch information
henrydaly committed Oct 30, 2024
1 parent 86db79a commit d19d218
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/proof-of-sql/examples/vehicles/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,10 @@ fn main() {
&verifier_setup,
);

prove_and_verify_query(
"SELECT MAX(price) FROM vehicles",
&accessor,
&prover_setup,
&verifier_setup,
);
}

0 comments on commit d19d218

Please sign in to comment.