We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b264d8 commit fe11b61Copy full SHA for fe11b61
1 file changed
docs/user/ppl/cmd/expand.rst
@@ -26,12 +26,17 @@ The expand command generates one row per element in the specified array field:
26
* If the specified field is an empty array, the row is retained with the
27
expanded field set to null.
28
29
+Version
30
+=======
31
+Since 3.1.0
32
+
33
Syntax
34
======
35
36
expand <field> [as alias]
37
-* field: The field to be expanded (exploded). Currently only nested arrays are supported.
38
+* field: The field to be expanded (exploded). Currently only nested arrays are
39
+ supported.
40
* alias: (Optional) The name to use instead of the original field name.
41
42
0 commit comments