This page explains how to use the array_shift_right function in APL.
array_shift_right
function in Axiom Processing Language (APL) shifts the elements of an array one position to the right. The last element of the array wraps around and becomes the first element. You can use this function to reorder elements, manage time-series data in circular arrays, or preprocess arrays for specific analytical needs.
Splunk SPL users
array_shift_right
. APL provides this functionality natively, making it easier to work with arrays directly.ANSI SQL users
array_shift_right
simplifies this operation significantly.Parameter | Type | Description |
---|---|---|
array | array | The input array whose elements are shifted |