Function cassandra_cpp_sys::cass_value_data_type [] [src]

pub unsafe extern "C" fn cass_value_data_type(
    value: *const CassValue
) -> *const CassDataType

Gets the data type of a value.

@public @memberof CassValue

@param[in] value @return Returns a reference to the data type of the value. Do not free this reference as it is bound to the lifetime of the value.