pub unsafe extern "C" fn cass_data_type_is_frozen(
    data_type: *const CassDataType
) -> cass_bool_t
Expand description

Gets whether a data type is frozen.

@cassandra{2.1+}

@param[in] data_type @return cass_true if the data type is frozen, otherwise cass_false.