44
44
enum row_type get_row_type() const;
45
45
uint32_t index_flags(uint32_t inx, uint32_t part, bool all_parts) const;
46
46
const key_map *keys_to_use_for_scanning() { return &btree_keys; }
50
48
{ return (double) (stats.records+stats.deleted) / 20.0+10; }
51
49
double read_time(uint32_t, uint32_t,