Module datafusion_python::datafusion_common::arrow::compute::kernels::window
source · Expand description
Defines windowing functions, like shifting
Functions§
- Shifts array by defined number of items (to left or right) A positive value for
offsetshifts the array to the right a negative value shifts the array to the left.