Uses of Class
ai.rapids.cudf.WindowOptions.Builder
Packages that use WindowOptions.Builder
-
Uses of WindowOptions.Builder in ai.rapids.cudf
Methods in ai.rapids.cudf that return WindowOptions.BuilderModifier and TypeMethodDescriptionstatic WindowOptions.BuilderWindowOptions.builder()WindowOptions.Builder.currentRowFollowing()WindowOptions.Builder.currentRowPreceding()Set the relative number following the current row for range windowWindowOptions.Builder.minPeriods(int minPeriods) Set the minimum number of observation required to evaluate an element.WindowOptions.Builder.orderByAscending()WindowOptions.Builder.orderByColumnIndex(int index) WindowOptions.Builder.orderByDescending()Set the relative number preceding the current row for range windowWindowOptions.Builder.timestampAscending()Deprecated.Use orderByAscending()WindowOptions.Builder.timestampColumnIndex(int index) Deprecated.Use orderByColumnIndex(int index)WindowOptions.Builder.timestampDescending()Deprecated.Use orderByDescending()WindowOptions.Builder.unboundedFollowing()WindowOptions.Builder.unboundedPreceding()WindowOptions.Builder.window(ColumnVector precedingCol, ColumnVector followingCol) Set the size of the window, one entry per row.Set the size of the range window.