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

Gets the materialized view metadata entry at the iterator’s current position.

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

@cassandra{3.0+}

@public @memberof CassIterator

@param[in] iterator @return A materialized view metadata entry