reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1409 while (row_id < unwind_plan.GetRowCount() && 1410 unwind_plan.GetRowAtIndex(row_id)->GetOffset() <= offset) { 1411 row_id++; 1413 UnwindPlan::RowSP original_row = unwind_plan.GetRowAtIndex(row_id - 1); 1419 if (row_id == 0) {