@Test
public void testCutBelowOrder()
{
Operator plan = filter_Default(groupScan_Default(coi), removeDescendentTypes(orderRowType));
Cursor cursor = cursor(plan, queryContext, queryBindings);
Row[] expected = new Row[]{
row(customerRowType, 1L, "northbridge"),
row(orderRowType, 11L, 1L, "ori"),
row(orderRowType, 12L, 1L, "david"),
row(addressRowType, 1001L, 1L, "111 1111 st"),