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 ScanAggregationGet the row's dense ranking.booleaninthashCode()static ScanAggregationmax()Max Aggregationstatic ScanAggregationmin()Min Aggregationstatic ScanAggregationGet the row's percent rank.static ScanAggregationproduct()Product Aggregation.static ScanAggregationrank()Get the row's ranking.static ScanAggregationsum()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.
-