Skip to main content

logic:ascending sort

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
fieldfield, fields_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 0fieldfield

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

Full name: logic.ascending_sort

Internal name: ascending_sort

License: any_dpf_supported_increments

Changelog

  • Version 0.0.0: Initial release.