case classRankContext(curr: Long, next: Long, items: Iterable[(ColumnRef, CValue)]) extends Product with Serializable
Represents the state of the scanner at the end of a slice.
The n is the last rank number used (-1 means we haven't started).
The iterable items are the refs/cvalues defined by that row (which
will only be empty when we haven't started).
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Represents the state of the scanner at the end of a slice.
The n is the last rank number used (-1 means we haven't started). The iterable items are the refs/cvalues defined by that row (which will only be empty when we haven't started).