17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23
23
#include <drizzled/function/func.h>
24
24
#include <drizzled/function/math/int.h>
29
26
class Item_func_ord :public Item_int_func
35
32
const char *func_name() const { return "ord"; }