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

Gets a metadata field for the provided name. Metadata fields allow direct access to the column data found in the underlying “functions” metadata table.

@cassandra{2.2+}

@public @memberof CassFunctionMeta

@param[in] function_meta @param[in] name @return A metadata field value. NULL if the field does not exist.