Collections.singleton(oiType)),
oiType,
ordering(cidField, true, oidField, false, iidField, true),
SortOption.PRESERVE_DUPLICATES,
8);
Cursor cursor = cursor(plan, queryContext, queryBindings);
Row[] expected = new Row[]{
row(oiType, 12L, 1L, "david", 121L, 12L),
row(oiType, 12L, 1L, "david", 122L, 12L),
row(oiType, 11L, 1L, "ori", 111L, 11L),
row(oiType, 11L, 1L, "ori", 112L, 11L),