fn build_datum_vec_for_evaluation<'row>(
    dv: &'row mut DatumVec,
    upsert_style: &UpsertStyle,
    row: &'row Row,
    key: &'row Row
) -> Option<DatumVecBorrow<'row>>