flattenCAInner,
flattenCAOuter.rowType(),
customerRowType,
flattenCAInner.rowType(),
0);
RowType productRowType = product.rowType();
Operator plan = map_NestedLoops(flattenCAOuter, product, 0, pipelineMap(), 1);
Row[] expected = new Row[]{
row(productRowType, 1L, "northbridge", 1000L, 1L, "111 1000 st", 1000L, 1L, "111 1000 st"),
row(productRowType, 1L, "northbridge", 1000L, 1L, "111 1000 st", 1001L, 1L, "111 1001 st"),
row(productRowType, 1L, "northbridge", 1001L, 1L, "111 1001 st", 1000L, 1L, "111 1000 st"),