Duplicate
Details
Assignee
UnassignedUnassignedReporter
Rong ChenRong ChenRaised By
Rong ChenPriority
Trivial
Details
Details
Assignee
Unassigned
UnassignedReporter
Rong Chen
Rong ChenRaised By
Rong Chen
Priority
Created May 16, 2008 at 8:03 PM
Updated July 30, 2008 at 2:40 PM
Resolved July 30, 2008 at 2:40 PM
CURRENT:
ith_row(i:Integer): CLUSTER
require
i >0 and i < row_count
The upper limit needs to inclusive to get the last row. The lower limit could be improved as "i >= 1" to be consistent with other invariants