Reference material for ARRAY_SLICE function
Parameter | Description | Supported input types |
---|---|---|
<array> | The array of data to be sliced | ARRAY |
<start> | Indicates starting point of the array slice | INTEGER |
<length> | The length of the required slice | INTEGER |
ARRAY
of the same type as input array
levels
array to a different length:
[1, 2, 3]