{
RowType cidValueRowType = schema.newValuesType(MNumeric.INT.instance(true));
List<ExpressionGenerator> cidExprs = Arrays.asList(boundField(cidValueRowType, 1, 0));
IndexBound cidBound =
new IndexBound(
new RowBasedUnboundExpressions(orderCidIndexRowType, cidExprs, true),
new SetColumnSelector(0));
IndexKeyRange cidRange = IndexKeyRange.bounded(orderCidIndexRowType, cidBound, true, cidBound, true);
List<ExpressionGenerator> oidExprs = Arrays.asList(boundField(orderCidIndexRowType, 2, 1));
IndexBound oidBound =
new IndexBound(
new RowBasedUnboundExpressions(itemOidIndexRowType, oidExprs, true),
new SetColumnSelector(0));
IndexKeyRange oidRange = IndexKeyRange.bounded(itemOidIndexRowType, oidBound, true, oidBound, true);
Operator plan =
map_NestedLoops(
valuesScan_Default(