Skip to main content

utility:merge string fields

Version: 0.0.0

Description

Assembles a set of string fields into a unique one.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
string_fieldsvector<shared_ptr<string_field>>, string_fieldEither a a vector of string fields to merge or string fields from pin 0 to ...

Outputs

OutputNameExpected type(s)Description
Pin 0string_fieldstring_field

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.

Scripting

Category: utility

Plugin: core

Scripting name: merge_string_fields

Full name: utility.merge_string_fields

Internal name: merge::string_field

License: None

Changelog

  • Version 0.0.0: Initial release.