Package ai.rapids.cudf
Class ScanAggregation
java.lang.Object
ai.rapids.cudf.ScanAggregation
An aggregation that can be used for a scan.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ScanAggregation
Get the row's dense ranking.boolean
int
hashCode()
static ScanAggregation
max()
Max Aggregationstatic ScanAggregation
min()
Min Aggregationstatic ScanAggregation
Get the row's percent rank.static ScanAggregation
product()
Product Aggregation.static ScanAggregation
rank()
Get the row's ranking.static ScanAggregation
sum()
Sum Aggregation
-
Method Details
-
hashCode
public int hashCode() -
equals
-
sum
Sum Aggregation -
product
Product Aggregation. -
min
Min Aggregation -
max
Max Aggregation -
rank
Get the row's ranking. -
denseRank
Get the row's dense ranking. -
percentRank
Get the row's percent rank.
-