Skip to main content

utility:merge any objects

Version: 0.0.0

Description

Merges a list of objects having the same data types. Once the data type is found, the merge operation is forwarded to the correct merge Operator.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
anyanyEither a vector of objects (sharing the same data types) or objects from pin 0 to ... to merge. Supported types rely on existing type specific merge operators.

Outputs

OutputNameExpected type(s)Description
Pin 0anyany

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_any

Full name: utility.merge_any

Internal name: merge::any

License: None

Changelog

  • Version 0.0.0: Initial release.