MCPcopy Create free account
hub / github.com/MariaDB/server / fetch

Method fetch

sql/sql_window.cc:976–985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

974 }
975
976 virtual int fetch()
977 {
978 if (at_eof())
979 return -1;
980
981 uchar* curr_rowid;
982 if (get_curr_rowid(&curr_rowid))
983 return -1;
984 return table->file->ha_rnd_pos(record, curr_rowid);
985 }
986
987private:
988 /* The table that is accessed by this cursor. */

Callers 12

walk_till_non_peerMethod · 0.45
walk_till_non_peerMethod · 0.45
next_rowMethod · 0.45
next_partitionMethod · 0.45
next_partitionMethod · 0.45
next_partitionMethod · 0.45
next_part_topMethod · 0.45
next_part_bottomMethod · 0.45
next_row_topMethod · 0.45
save_positional_valueMethod · 0.45

Calls 1

ha_rnd_posMethod · 0.80

Tested by

no test coverage detected