diff options
author | robot-piglet <[email protected]> | 2025-07-29 21:37:12 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2025-07-29 21:47:37 +0300 |
commit | 431a5bd17a0a5eb99915f6222631a1c91e96568a (patch) | |
tree | 93e35de95826d1c15fbd27d25e022eb4794d80b7 /yql/essentials/docs/en/builtins/struct.md | |
parent | 47683a005b904066243ad7ce8b16102a89bbf408 (diff) |
Intermediate changes
commit_hash:2abde8e0f92128da6d1129e60c1be311b1abdb43
Diffstat (limited to 'yql/essentials/docs/en/builtins/struct.md')
-rw-r--r-- | yql/essentials/docs/en/builtins/struct.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/docs/en/builtins/struct.md b/yql/essentials/docs/en/builtins/struct.md index 5376e96a6ae..31766cf9e95 100644 --- a/yql/essentials/docs/en/builtins/struct.md +++ b/yql/essentials/docs/en/builtins/struct.md @@ -316,7 +316,7 @@ SELECT ForceSpreadMembers([('a',1),('a',2),('c',100)],['a','b']); -- (a: 2, b: null) ``` -## StructUnion, StructIntersection, StructDifference, StructSymmetricDifference +## StructUnion, StructIntersection, StructDifference, StructSymmetricDifference {#struct-combining} Combine two structures using one of the four methods (using the provided lambda to merge fields with the same name): |