pub unsafe extern "C" fn cass_iterator_from_row(
    row: *const CassRow
) -> *mut CassIterator
Expand description

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

@public @memberof CassRow

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

@see cass_iterator_free()