char *mi_func_negator(funcdesc_ptr)
MI_FUNC_DESC *funcdesc_ptr;
The mi_func_negator( ) function obtains the name of the negator function for the user-defined function associated with the funcdesc_ptr function descriptor. A negator function evaluates the Boolean NOT condition for its associated Boolean user-defined function. When you register a Boolean user-defined function, you can specify the NEGATOR routine modifier in the CREATE FUNCTION statement to associate a negator function with the user-defined function.
The mi_func_negator( ) function is one of the functions of the Fastpath interface.
See also the descriptions of mi_cast_get( ), mi_fparam_get( ), mi_func_commutator( ), mi_func_handlesnulls( ), mi_func_isvariant( ), mi_routine_get( ), mi_routine_get_by_typeid( ), mi_routine_id_get( ), and mi_td_cast_get( ).