pub unsafe extern "C" fn cass_function_meta_argument_type_by_name(
    function_meta: *const CassFunctionMeta,
    name: *const c_char
) -> *const CassDataType
Expand description

Gets the function’s argument and type for the provided name.

@cassandra{2.2+}

@public @memberof CassFunctionMeta

@param[in] function_meta @param[in] name @return A data type. NULL if the argument does not exist.