Function query_connector::pick_args
source · pub fn pick_args(projection: &ModelProjection, args: &WriteArgs) -> WriteArgs
Expand 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.