20
20
#ifndef PLUGIN_COMPRESSION_UNCOMPRESSED_LENGTH_H
21
21
#define PLUGIN_COMPRESSION_UNCOMPRESSED_LENGTH_H
23
24
#include <drizzled/plugin/function.h>
24
25
#include <drizzled/function/math/int.h>
31
32
Item_func_uncompressed_length():Item_int_func(){}
32
33
const char *func_name() const{return "uncompressed_length";}