24#ifndef SQL_RANGE_OPTIMIZER_ROWID_CAPABLE_ROW_ITERATOR_H_
25#define SQL_RANGE_OPTIMIZER_ROWID_CAPABLE_ROW_ITERATOR_H_
An interface for RowIterators that have a given row ID, ie., they can be children in ROR (rowid-order...
Definition: rowid_capable_row_iterator.h:36
RowIDCapableRowIterator(THD *thd, TABLE *table)
Definition: rowid_capable_row_iterator.h:38
virtual uchar * last_rowid() const =0
THD * thd() const
Definition: row_iterator.h:228
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
Definition: row_iterator.h:234
TABLE * table() const
Definition: row_iterator.h:246
Some integer typedefs for easier portability.
unsigned char uchar
Definition: my_inttypes.h:52