public static class GroupByOptions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GroupByOptions |
build() |
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.
|
public GroupByOptions.Builder withIgnoreNullKeys(boolean ignoreNullKeys)
public GroupByOptions.Builder withKeysSorted(boolean keysSorted)
public GroupByOptions.Builder withKeysDescending(boolean... keysDescending)
public GroupByOptions.Builder withKeysNullSmallest(boolean... keysNullSmallest)
public GroupByOptions build()
Copyright © 2024. All rights reserved.