| 237 | |
| 238 | public: |
| 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); |
nothing calls this directly
no test coverage detected