pub unsafe extern "C" fn cass_function_meta_full_name(
    function_meta: *const CassFunctionMeta,
    full_name: *mut *const c_char,
    full_name_length: *mut usize
)
Expand description

Gets the full name of the function. The full name includes the function’s name and the function’s signature: “name(type1 type2.. typeN)”.

@cassandra{2.2+}

@public @memberof CassFunctionMeta

@param[in] function_meta @param[out] full_name @param[out] full_name_length