Uses of Class
ai.rapids.cudf.GroupByScanAggregationOnColumn
Packages that use GroupByScanAggregationOnColumn
-
Uses of GroupByScanAggregationOnColumn in ai.rapids.cudf
Methods in ai.rapids.cudf that return GroupByScanAggregationOnColumnModifier and TypeMethodDescriptionGroupByScanAggregation.onColumn
(int columnIndex) Add a column to the Aggregation so it can be used on a specific column of data.Methods in ai.rapids.cudf with parameters of type GroupByScanAggregationOnColumnModifier and TypeMethodDescriptionTable.GroupByOperation.scan
(GroupByScanAggregationOnColumn... aggregates)