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

Gets the index metadata entry at the 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 index metadata entry