pub unsafe extern "C" fn cass_iterator_get_map_value(
    iterator: *const CassIterator
) -> *const CassValue
Expand description

Gets the value at the map iterator’s current position.

Calling cass_iterator_next() will invalidate the previous value returned by this method.

@public @memberof CassIterator

@param[in] iterator @return A value