fn values_sql(rows: &[Vec<Lit>]) -> StringExpand description
Render rows into a SQL VALUES (r1c1,r1c2,...),(r2c1,...) fragment.
Used when a VALUES list appears as a subquery inside a larger SQL string
rather than as the top-level source of a values_view.