22 #include <drizzled/function/math/int.h>
32 const interval_type int_type;
36 enum Functype functype()
const {
return EXTRACT_FUNC; }
37 const char *func_name()
const {
return "extract"; }
38 void fix_length_and_dec();
39 bool eq(
const Item *item,
bool binary_cmp)
const;
TODO: Rename this file - func.h is stupid.