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