Skip to content
cicada edited this page Dec 7, 2022 · 5 revisions

title: Union permalink: /Union/

Relational functions union

syntax

  • union(a, b)

definition

union(a, b) results in a new uint32 domain unit with all elements of the attributes a and b.

description

The description for the union function is only available for backward compatibility purposes. In new configurations, use the union_unit and union_data functions instead.

since version

5.15

Clone this wiki locally