pub const MAX_BOUND_VALUES: usize = 100;Expand description
The most values one binding can derive: a derived IN clause admits
at most this many (WhereClause::in_values), so the page limit and
every sub-query limit that feeds a later binding are capped here.