valuesScan_Default(
bindableExpressions(intRow(intRowType, 1),
intRow(intRowType, 2)),
intRowType),
intRowType, innerExprs);
RowType innerRowType = inner.rowType();
Operator plan = map_NestedLoops(outer, inner, 1, pipelineMap(), 1);
Row[] expected = new Row[]{
row(innerRowType, 100L, 10L, 1L),
row(innerRowType, 100L, 10L, 2L),
row(innerRowType, 100L, 20L, 1L),