Operations#

Collection.collect_all()

Collect all members of the collection.

Collection.join(primary_keys[, how, ...])

Filter the collection by joining onto a data frame containing entries for the common primary key columns whose respective rows should be kept or removed in the collection members.

concat_collection_members(collections, /)

Concatenate the members of collections with the same type.