pub unsafe extern "C" fn cass_row_get_column_by_name(
    row: *const CassRow,
    name: *const c_char
) -> *const CassValue
Expand description

Get the column value by name for the specified row.

@public @memberof CassRow

@param[in] row @param[in] name @return The column value for the specified name. NULL is returned if the column does not exist.