28
28
typedef my_bool (*Udf_func_init)(UDF_INIT *, UDF_ARGS *, char *);
29
29
typedef void (*Udf_func_any)();
30
30
typedef double (*Udf_func_double)(UDF_INIT *, UDF_ARGS *, uchar *, uchar *);
31
typedef longlong (*Udf_func_longlong)(UDF_INIT *, UDF_ARGS *, uchar *,
31
typedef int64_t (*Udf_func_int64_t)(UDF_INIT *, UDF_ARGS *, uchar *,
34
34
typedef struct st_udf_func