| long[] idOrdering = longs(1000, 1001, 1002, 1003,
1010, 1011, 1012, 1013,
1020, 1021, 1022, 1023,
1030, 1031, 1032, 1033);
Cursor cursor = cursor(plan, queryContext, queryBindings);
cursor.openTopLevel();
testJump(cursor, idOrdering, 0);
testJump(cursor, idOrdering, -1);
cursor.closeTopLevel();
}
|