Type Definition ark_poly_commit::QuerySet[][src]

type QuerySet<T> = BTreeSet<(String, (String, T))>;
Expand description

QuerySet is the set of queries that are to be made to a set of labeled polynomials/equations p that have previously been committed to. Each element of a QuerySet is a pair of (label, (point_label, point)), where label is the label of a polynomial in p, point_label is the label for the point (e.g., “beta”), and and point is the location that p[label] is to be queried at.