cursor.closeTopLevel();
}
{
Operator plan = indexScan_Default(idxRowType, bounded(1, 11, true, 13, false), ordering);
Cursor cursor = cursor(plan, queryContext, queryBindings);
cursor.openTopLevel();
testJump(cursor, first4(idOrdering), 0);
testJump(cursor, first4(idOrdering), -1);
cursor.closeTopLevel();
}
{