pub unsafe extern "C" fn cass_result_column_count(
    result: *const CassResult
) -> usize
Expand description

Gets the number of columns per row for the specified result.

@public @memberof CassResult

@param[in] result @return The number of columns per row in the result.