[][src]Function cassandra_cpp_sys::cass_iterator_fields_from_function_meta

pub unsafe extern "C" fn cass_iterator_fields_from_function_meta(
    function_meta: *const CassFunctionMeta
) -> *mut CassIterator

Creates a new fields iterator for the specified function metadata. Metadata fields allow direct access to the column data found in the underlying "functions" metadata table. This can be used to iterate those metadata field entries.

@cassandra{2.2+}

@public @memberof CassFunctionMeta

@param[in] function_meta @return A new iterator that must be freed.

@see cass_iterator_get_meta_field() @see cass_iterator_free()