summaryrefslogtreecommitdiffstats
path: root/yql/essentials/docs/en/builtins/struct.md
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-07-29 21:37:12 +0300
committerrobot-piglet <[email protected]>2025-07-29 21:47:37 +0300
commit431a5bd17a0a5eb99915f6222631a1c91e96568a (patch)
tree93e35de95826d1c15fbd27d25e022eb4794d80b7 /yql/essentials/docs/en/builtins/struct.md
parent47683a005b904066243ad7ce8b16102a89bbf408 (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.md2
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):