pub unsafe extern "C" fn cass_collection_append_collection(
    collection: *mut CassCollection,
    value: *const CassCollection
) -> CassError
Expand description

Appends a “list”, “map” or “set” to the collection.

@cassandra{2.1+}

@public @memberof CassCollection

@param[in] collection @param[in] value @return CASS_OK if successful, otherwise an error occurred.