index_first()
The index_first() function is used for index scanning:
int ha_foo::index_first(byte * buf)
The *buf parameter is populated with the row that corresponds to the first key value in the index.
*buf