Type Definition udf_sys::Udf_func_add
source · pub type Udf_func_add = Option<unsafe extern "C" fn(initid: *mut UDF_INIT, args: *const UDF_ARGS, is_null: *mut c_uchar, error: *mut c_uchar)>;Expand description
Function signature of an xxx_add(...) aggregate function