Function query_connector::pick_args
source · pub fn pick_args(projection: &ModelProjection, args: &WriteArgs) -> WriteArgsExpand description
Picks all arguments out of args that are updating a value for a field
contained in projection, as those need to be merged into the records later on.