Skip to main content

logic:descending sort

Version: 0.0.0

Description

Sort a field (in 0) in descending order, with an optional component priority table or a boolean to enable sort by scoping (in 1). This operator doesn't 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: descending_sort

Full name: logic.descending_sort

Internal name: descending_sort

License: any_dpf_supported_increments

Changelog

  • Version 0.0.0: Initial release.