Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Field and Description |
---|---|
protected GroupByScanAggregation |
GroupByScanAggregationOnColumn.wrapped |
Modifier and Type | Method and Description |
---|---|
static GroupByScanAggregation |
GroupByScanAggregation.count(NullPolicy nullPolicy)
Count number of elements.
|
static GroupByScanAggregation |
GroupByScanAggregation.denseRank()
Get the row's dense ranking.
|
static GroupByScanAggregation |
GroupByScanAggregation.max()
Max Aggregation
|
static GroupByScanAggregation |
GroupByScanAggregation.min()
Min Aggregation
|
static GroupByScanAggregation |
GroupByScanAggregation.percentRank()
Get the row's percent ranking.
|
static GroupByScanAggregation |
GroupByScanAggregation.product()
Product Aggregation.
|
static GroupByScanAggregation |
GroupByScanAggregation.rank()
Get the row's ranking.
|
static GroupByScanAggregation |
GroupByScanAggregation.sum()
Sum Aggregation
|
Copyright © 2024. All rights reserved.