Skip to main content

utility:merge result infos

Version: 0.0.0

Description

Assembles a set of result information into a unique one.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
result_infosvector<shared_ptr<result_info>>, result_infoA vector of result info containers to merge or result infos from pin 0 to ...

Outputs

OutputNameExpected type(s)Description
Pin 0merged_result_infosresult_info

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_result_infos

Full name: utility.merge_result_infos

Internal name: merge::result_info

License: None

Changelog

  • Version 0.0.0: Initial release.