22 #include <drizzled/function/str/strfunc.h>
30 const bool is_time_format;
36 const char *func_name()
const
37 {
return is_time_format ?
"time_format" :
"date_format"; }
38 void fix_length_and_dec();
39 uint32_t format_length(
const String *format);
40 bool eq(
const Item *item,
bool binary_cmp)
const;
TODO: Rename this file - func.h is stupid.