| 183 | |
| 184 | public: |
| 185 | field_real(Item* a, select_analyse* b) :field_info(a,b), |
| 186 | min_arg(0), max_arg(0), sum(0), sum_sqr(0), max_notzero_dec_len(0) |
| 187 | { init_tree(&tree, 0, 0, sizeof(double), |
| 188 | (qsort_cmp2) compare_double2, 0, NULL, NULL); } |
| 189 | |
| 190 | void add(); |
| 191 | void get_opt_type(String*, ha_rows); |
nothing calls this directly
no test coverage detected