24#ifndef UDF_METADATA_IMP_H
25#define UDF_METADATA_IMP_H
44 (
UDF_ARGS * udf_args,
const char *extension_type,
45 unsigned int index,
void **out_value));
49 (
UDF_INIT * udf_init,
const char *extension_type,
53 (
UDF_ARGS * udf_args,
const char *extension_type,
54 unsigned int index,
void *in_value));
58 (
UDF_INIT * udf_init,
const char *extension_type,
Specifies macros to define Components.
Specifies macros to define Service Implementations.
#define DEFINE_BOOL_METHOD(name, args)
A short macro to define method that returns bool, which is the most common case.
Definition: service_implementation.h:88
Definition: udf_registration_types.h:48
Information about the result of a user defined function.
Definition: udf_registration_types.h:66