MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / init

Method init

sql/sql_bitmap.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 Bitmap(const Bitmap& from) { *this=from; }
35 explicit Bitmap(uint prefix_to_set) { init(prefix_to_set); }
36 void init() { bitmap_init(&map, buffer, default_width, 0); }
37 void init(uint prefix_to_set) { init(); set_prefix(prefix_to_set); }
38 uint length() const { return default_width; }
39 Bitmap& operator=(const Bitmap& map2)

Callers

nothing calls this directly

Calls 1

bitmap_initFunction · 0.85

Tested by

no test coverage detected