Module window
re_viewer
0.22.1
Module window
Functions
In re_viewer::external::arrow::compute::kernels
Modules
aggregate
arity
bitwise
boolean
cast
cast_utils
cmp
comparison
concat
concat_elements
filter
interleave
length
nullif
numeric
partition
rank
regexp
sort
substring
take
temporal
union_extract
window
zip
Functions
cast
?
Settings
Module
re_viewer
::
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.