groupScan_Default(coi),
Arrays.asList(customerRowType, orderRowType, itemRowType)),
customerRowType,
orderRowType,
LEFT_JOIN);
RowType coRowType = plan.rowType();
Cursor cursor = cursor(plan, queryContext, queryBindings);
Row[] expected = new Row[]{
row(oKey(1L, 11L), coRowType, 1L, "northbridge", 11L, 1L, "ori"),
row(iKey(1L, 11L, 111L), itemRowType, 111L, 11L),
row(iKey(1L, 11L, 112L), itemRowType, 112L, 11L),