re_sdk
0.22.1
Module window
Functions
In re_sdk::external::arrow::compute::kernels
Module
re_sdk
::
external
::
arrow
::
compute
::
kernels
::
window
Copy item path
[
−
]
Expand description
Defines windowing functions, like
shift
ing
Functions
ยง
shift
Shifts array by defined number of items (to left or right) A positive value for
offset
shifts the array to the right a negative value shifts the array to the left.