| Package | Description |
|---|---|
| ai.rapids.cudf |
| Modifier and Type | Method and Description |
|---|---|
static NullPolicy |
NullPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NullPolicy[] |
NullPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Aggregation.CollectListAggregation |
Aggregation.collectList(NullPolicy nullPolicy)
Collect the values into a list.
|
static ai.rapids.cudf.Aggregation.CollectSetAggregation |
Aggregation.collectSet(NullPolicy nullPolicy,
NullEquality nullEquality,
NaNEquality nanEquality)
Collect the values into a set.
|
static Aggregation.CountAggregation |
Aggregation.count(NullPolicy nullPolicy)
Count number of elements.
|
static Aggregation.NthAggregation |
Aggregation.nth(int offset,
NullPolicy nullPolicy)
Get the nth element in a group.
|
static Aggregation.NuniqueAggregation |
Aggregation.nunique(NullPolicy nullPolicy)
Number of unique elements.
|
Copyright © 2021. All rights reserved.