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 GroupByScanAggregation
GroupByScanAggregationOnColumn.wrapped
Methods in ai.rapids.cudf that return GroupByScanAggregationModifier and TypeMethodDescriptionstatic GroupByScanAggregation
GroupByScanAggregation.count
(NullPolicy nullPolicy) Count number of elements.static GroupByScanAggregation
GroupByScanAggregation.denseRank()
Get the row's dense ranking.static GroupByScanAggregation
GroupByScanAggregation.max()
Max Aggregationstatic GroupByScanAggregation
GroupByScanAggregation.min()
Min Aggregationstatic 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