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

Gets the total number of columns for the table.

@public @memberof CassTableMeta

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