Skip to main content

utility:merge collections

Version: 0.0.0

Description

Merges a set of collections into a unique one.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
collectionsvector<shared_ptr<any_collection>>, any_collectiona vector of collections to merge or collections from pin 0 to ...

Outputs

OutputNameExpected type(s)Description
Pin 0merged_collectionsany_collection

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.
read_inputs_in_parallelboolfalseIf this option is set to true, the operator's inputs will be evaluated in parallel.

Scripting

Category: utility

Plugin: core

Scripting name: merge_collections

Full name: utility.merge_collections

Internal name: merge::any_collection

License: None

Changelog

  • Version 0.0.0: Initial release.