pub unsafe extern "C" fn cass_iterator_from_tuple(
    value: *const CassValue
) -> *mut CassIterator
Expand description

Creates a new iterator for the specified tuple. This can be used to iterate over values in a tuple.

@cassandra{2.1+}

@public @memberof CassValue

@param[in] value @return A new iterator that must be freed. NULL returned if the value is not a tuple.

@see cass_iterator_free()