}
List<ExpressionGenerator> expressions = Arrays.asList(boundField(xyValueRowType, 0, 0));
IndexBound xBound =
new IndexBound(
new RowBasedUnboundExpressions(parentXIndexRowType, expressions, true),
new SetColumnSelector(0));
IndexKeyRange xRange = IndexKeyRange.bounded(parentXIndexRowType, xBound, true, xBound, true);
IndexBound yBound =
new IndexBound(
new RowBasedUnboundExpressions(parentYIndexRowType, expressions, true),
new SetColumnSelector(0));
IndexKeyRange yRange = IndexKeyRange.bounded(parentYIndexRowType, yBound, true, yBound, true);
Operator plan =
map_NestedLoops(
valuesScan_Default(keyRows, xyValueRowType),
intersect_Ordered(