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

Appends a “bigint”, “counter”, “timestamp” or “time” to the collection.

@public @memberof CassCollection

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