fn input_kv_try_into(
    input_key_val: Option<ProtoPlanInputKeyVal>
) -> Result<Option<(Vec<MirScalarExpr>, Option<Row>)>, TryFromProtoError>