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

Method field_longlong

sql/sql_analyse.h:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238public:
239 field_longlong(Item* a, select_analyse* b) :field_info(a,b),
240 min_arg(0), max_arg(0), sum(0), sum_sqr(0)
241 { init_tree(&tree, 0, 0, sizeof(longlong),
242 (qsort_cmp2) compare_longlong2, 0, NULL, NULL); }
243
244 void add();
245 void get_opt_type(String*, ha_rows);

Callers

nothing calls this directly

Calls 1

init_treeFunction · 0.85

Tested by

no test coverage detected