Uses of Class
ai.rapids.cudf.GroupByOptions.Builder
Packages that use GroupByOptions.Builder
-
Uses of GroupByOptions.Builder in ai.rapids.cudf
Methods in ai.rapids.cudf that return GroupByOptions.BuilderModifier and TypeMethodDescriptionstatic GroupByOptions.BuilderGroupByOptions.builder()GroupByOptions.Builder.withIgnoreNullKeys(boolean ignoreNullKeys) If true, the cudf groupby will ignore grouping keys that are null.GroupByOptions.Builder.withKeysDescending(boolean... keysDescending) If `keysSorted == true`, indicates whether each column is ascending/descending.GroupByOptions.Builder.withKeysNullSmallest(boolean... keysNullSmallest) If `keysSorted == true`, indicates the ordering of null values in each column.GroupByOptions.Builder.withKeysSorted(boolean keysSorted) Indicates whether rows in `keys` are already sorted.