Uses of Class
ai.rapids.cudf.GroupByScanAggregation
Packages that use GroupByScanAggregation
-
Uses of GroupByScanAggregation in ai.rapids.cudf
Fields in ai.rapids.cudf declared as GroupByScanAggregationModifier and TypeFieldDescriptionprotected final GroupByScanAggregationGroupByScanAggregationOnColumn.wrappedMethods in ai.rapids.cudf that return GroupByScanAggregationModifier and TypeMethodDescriptionstatic GroupByScanAggregationGroupByScanAggregation.count(NullPolicy nullPolicy) Count number of elements.static GroupByScanAggregationGroupByScanAggregation.denseRank()Get the row's dense ranking.static GroupByScanAggregationGroupByScanAggregation.max()Max Aggregationstatic GroupByScanAggregationGroupByScanAggregation.min()Min Aggregationstatic GroupByScanAggregationGroupByScanAggregation.percentRank()Get the row's percent ranking.static GroupByScanAggregationGroupByScanAggregation.product()Product Aggregation.static GroupByScanAggregationGroupByScanAggregation.rank()Get the row's ranking.static GroupByScanAggregationGroupByScanAggregation.sum()Sum Aggregation