-record(update_query, { table :: binary(), schema_name :: gleam@option:option(binary()), sets :: list(cquill@query@ast:set_clause()), wheres :: list(cquill@query@ast:where()), returning :: list(binary()) }).