FunctionsArrayarray_shinglesBuilds overlapping subarrays of fixed length from each input array. array_shingles(…) → String Kind · scalar Builds overlapping subarrays of fixed length from each input array. Part of the Array family.array_shift_rightShifts array elements right, dropping overflow and filling vacated positions with a fill value.array_shuffleReturns each array with its elements permuted using a deterministic pseudo-random sequence.