pub unsafe extern "C" fn cass_row_get_column(
    row: *const CassRow,
    index: usize
) -> *const CassValue
Expand description

Get the column value at index for the specified row.

@public @memberof CassRow

@param[in] row @param[in] index @return The column value at the specified index. NULL is returned if the index is out of bounds.