23
23
#include <drizzled/function/math/int.h>
28
25
class Item_func_year :public Item_int_func
31
28
Item_func_year(Item *a) :Item_int_func(a) {}
33
30
const char *func_name() const { return "year"; }
34
32
int64_t val_int_endpoint(bool left_endp, bool *incl_endp);
35
33
void fix_length_and_dec()