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

Method init

sql/sql_window.cc:2223–2226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2221 top_bound(top_bound), bottom_bound(bottom_bound) {}
2222
2223 void init(READ_RECORD *info) override
2224 {
2225 cursor.init(info);
2226 }
2227
2228 void pre_next_partition(ha_rows rownum) override
2229 {

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected