Uses of Class
ai.rapids.cudf.WindowOptions
Packages that use WindowOptions
-
Uses of WindowOptions in ai.rapids.cudf
Fields in ai.rapids.cudf declared as WindowOptionsModifier and TypeFieldDescriptionprotected final WindowOptions
AggregationOverWindow.windowOptions
Methods in ai.rapids.cudf that return WindowOptionsModifier and TypeMethodDescriptionWindowOptions.Builder.build()
AggregationOverWindow.getWindowOptions()
WindowOptions.incRefCount()
Methods in ai.rapids.cudf with parameters of type WindowOptionsModifier and TypeMethodDescriptionRollingAggregationOnColumn.overWindow
(WindowOptions windowOptions) final ColumnVector
ColumnView.rollingWindow
(RollingAggregation op, WindowOptions options) This function aggregates values in a window around each element i of the input column.