mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fixed typo #4409
This commit is contained in:
parent
c55e70d8f8
commit
3c2dd5257b
@ -37,7 +37,7 @@ public:
|
||||
/** We create an array column with array elements as the most deep elements of nested arrays,
|
||||
* and construct offsets by selecting elements of most deep offsets by values of ancestor offsets.
|
||||
*
|
||||
Examples 1:
|
||||
Example 1:
|
||||
|
||||
Source column: Array(Array(UInt8)):
|
||||
Row 1: [[1, 2, 3], [4, 5]], Row 2: [[6], [7, 8]]
|
||||
|
Loading…
Reference in New Issue
Block a user