···270270271271(* {1 Query support}
272272273273- The paper's [get_mem] combinator, adapted for CSV. *)
273273+ The paper's [mem] combinator, adapted for CSV. *)
274274275275let get_col name t = Row.(obj Fun.id |> col name t ~enc:Fun.id |> finish)
276276