utility:merge collections
Version: 0.0.0
Description
Merges a set of collections into a unique one.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | collections | vector<shared_ptr<any_collection>>, any_collection | a vector of collections to merge or collections from pin 0 to ... |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | merged_collections | any_collection |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
| read_inputs_in_parallel | bool | false | If 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.