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

Gets the row at the result iterator’s current position.

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

@public @memberof CassIterator

@param[in] iterator @return A row