pub unsafe extern "C" fn cass_table_meta_materialized_view_count(
    table_meta: *const CassTableMeta
) -> usize
Expand description

Gets the total number of views for the table.

@cassandra{3.0+}

@public @memberof CassTableMeta

@param[in] table_meta @return The total view count.