File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
docs/reference/query-languages/esql/_snippets/commands/layout Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ serverless: preview
55stack : preview 9.1.0
66` ` `
77
8- The ` FORK` processing command creates multiple execution branches to operate
8+ The ` FORK` processing command creates multiple execution branches to operate
99on the same input data and combines the results in a single output table.
1010
1111**Syntax**
@@ -24,7 +24,7 @@ they designate which `FORK` branch the current row comes from.
2424The values of the `_fork` column always start with `fork1`, which indicates that
2525the row comes from the first branch.
2626
27- ` FORK` branches can output different columns, but columns with the
27+ ` FORK` branches can output different columns, but columns with the
2828same name must have the same data type across all branches.
2929
3030When a column does not exist in a `FORK` branch, but it exists in the output of
@@ -39,17 +39,11 @@ this behaviour.
3939
4040` FORK` branches receive an implicit `LIMIT 1000` if no `LIMIT` is provided.
4141
42- ::::{note}
43- ` FORK` supports at most 8 execution branches.
44- ::: :
42+ Limitations and usage :
4543
46- ::::{note}
47- Using remote cluster references and `FORK` is not supported.
48- ::: :
49-
50- ::::{note}
51- Using more than one `FORK` command in a query is not supported.
52- ::: :
44+ - ` FORK` supports at most 8 execution branches.
45+ - Using remote cluster references and `FORK` is not supported.
46+ - Using more than one `FORK` command in a query is not supported.
5347
5448**Examples**
5549
You can’t perform that action at this time.
0 commit comments