pub unsafe extern "C" fn cass_data_type_new_udt(
    field_count: usize
) -> *mut CassDataType
Expand description

Creates a new UDT (user defined type) data type.

@cassandra{2.1+}

@public @memberof CassDataType

@param[in] field_count The number of fields in the UDT @return Returns a data type that must be freed.

@see cass_data_type_free()