Back

as-modified-arrays (clj)

(source)

function

(as-modified-arrays rs opts)
Given a `ResultSet` and options, return a `RowBuilder` / `ResultSetBuilder` that produces a vector of modified column names followed by vectors of row values. Requires both the `:qualifier-fn` and `:label-fn` options.

Examples