pub unsafe extern "C" fn cass_table_meta_materialized_view(
    table_meta: *const CassTableMeta,
    index: usize
) -> *const CassMaterializedViewMeta
Expand description

Gets the materialized view metadata for the provided index.

@cassandra{3.0+}

@public @memberof CassTableMeta

@param[in] table_meta @param[in] index @return The metadata for a view. NULL returned if the index is out of range.