Scalar FunctionsDynamic / JSON Functions
set_union
Return the distinct elements from all dynamic-array arguments,
Syntax
set_union(set)Parameters
Prop
Type
Returns: dynamic
Examples
Example 1
print set_union(dynamic([1, 2, 3]), dynamic([3, 4, 5]))| print_0 (dynamic) |
|---|
| [1,2,3,4,5] |
set_intersect
Return the distinct elements that appear in every dynamic array
treepath
Enumerate the JSON paths (in bracket notation) reachable inside a dynamic value. Each bag key contributes `['key']`; each array contributes a single `[0]` describing its shape (not every index). Returns an empty array for nulls, scalars, and empty property bags.