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/dec.h>
29
26
class Item_func_pow :public Item_dec_func
34
31
const char *func_name() const { return "pow"; }