Skip to main content

logic:ascending sort (fields container)

Version: 0.0.0

Description

Sort a field (in 0) in ascending order with an optional component priority table, or a boolean, to enable sort by scoping (in 1). This operator does not support multiple elementary data per entity.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fields_containerfields_containerfield or fields container with only one field is expected
Pin 1component_priority_tablevector<int32>component priority table (vector of int)
Pin 2sort_by_scopingboolif true, uses scoping to sort the field (default is false)

Outputs

OutputNameExpected type(s)Description
Pin 0fields_containerfields_container

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: logic

Plugin: core

Scripting name: ascending_sort_fc

Full name: logic.ascending_sort_fc

Internal name: ascending_sort_fc

License: any_dpf_supported_increments

Changelog

  • Version 0.0.0: Initial release.