69 (
UDF_ARGS * udf_args,
const char *extension_type,
70 unsigned int index,
void **out_value));
104 const char *extension_type,
void **out_value));
138 (
UDF_ARGS * udf_args,
const char *extension_type,
139 unsigned int index,
void *in_value));
174 const char *extension_type,
void *in_value));
#define END_SERVICE_DEFINITION(name)
A macro to end the last Service definition started with the BEGIN_SERVICE_DEFINITION macro.
Definition: service.h:91
#define BEGIN_SERVICE_DEFINITION(name)
Declares a new Service.
Definition: service.h:86
#define DECLARE_BOOL_METHOD(name, args)
Declares a method that returns bool as a part of the Service definition.
Definition: service.h:112
Definition: udf_registration_types.h:48
Information about the result of a user defined function.
Definition: udf_registration_types.h:66