Function cassandra_cpp_sys::cass_result_row_count [] [src]

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

Gets the number of rows for the specified result.

@public @memberof CassResult

@param[in] result @return The number of rows in the result.