CursorLifecycle.checkIdleOrActive(this);
}
checkQueryCancelation();
Row row = input.next();
if ((row != null) && (row.rowType() == inputType)) {
row = new ProductRow(productType, boundRow, row);
}
if (LOG_EXECUTION) {
LOG.debug("Product_Nested: yield {}", row);
}
return row;