28 #ifndef Hypertable_Lib_ScanLimitState_h
29 #define Hypertable_Lib_ScanLimitState_h
51 #endif // Hypertable_Lib_ScanLimitState_h
size_t rows_encountered
Number of unique rows seen, only populated if row_limit > 0.
std::string last_row
Last row processed, only populated if row_limit > 0.
size_t cell_limit
Cell limit.
size_t cells_seen
Cells seen.
Scan predicate and control specification.
Tracks row and cell limits used to enforce scan limit predicates.
ScanLimitState(const ScanSpec &spec)
size_t rows_seen
Number of complete rows seen, only populated if row_limit > 0.
size_t row_limit
Row limit.