23 #include <drizzled/common.h>
26 #include <drizzled/item/func.h>
31 const std::string &type(drizzled::Cast_target type);
32 const std::string &type(Item_result type);
33 const std::string &type(drizzled::enum_field_types type);
34 const std::string &type(drizzled::enum_server_command type);
35 const std::string &type(
bool type);
37 std::string hexdump(
const unsigned char *str,
size_t length);
TODO: Rename this file - func.h is stupid.