Module window
arrow
53.3.0
Module window
Module Items
Functions
In 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
arrow
::
compute
::
kernels
Module
window
Copy item path
Settings
Help
Summary
Source
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.