Uses of Class
ai.rapids.cudf.SegmentedReductionAggregation
Packages that use SegmentedReductionAggregation
-
Uses of SegmentedReductionAggregation in ai.rapids.cudf
Methods in ai.rapids.cudf that return SegmentedReductionAggregationModifier and TypeMethodDescriptionSegmentedReductionAggregation.all()All reduction.SegmentedReductionAggregation.any()Any reduction.SegmentedReductionAggregation.hostUDF(HostUDFWrapper wrapper) Execute a reduction using a host-side user-defined function (UDF).SegmentedReductionAggregation.max()Max AggregationSegmentedReductionAggregation.min()Min AggregationSegmentedReductionAggregation.product()Product Aggregation.SegmentedReductionAggregation.sum()Sum AggregationMethods in ai.rapids.cudf with parameters of type SegmentedReductionAggregationModifier and TypeMethodDescriptionColumnView.listReduce(SegmentedReductionAggregation aggregation) Do a reduction on the values in a list.ColumnView.listReduce(SegmentedReductionAggregation aggregation, DType outType) Do a reduction on the values in a list.ColumnView.listReduce(SegmentedReductionAggregation aggregation, NullPolicy nullPolicy, DType outType) Do a reduction on the values in a list.ColumnView.segmentedReduce(ColumnView offsets, SegmentedReductionAggregation aggregation) Do a segmented reduce where the offsets column indicates which groups in this to combine.ColumnView.segmentedReduce(ColumnView offsets, SegmentedReductionAggregation aggregation, DType outType) Do a segmented reduce where the offsets column indicates which groups in this to combine.ColumnView.segmentedReduce(ColumnView offsets, SegmentedReductionAggregation aggregation, NullPolicy nullPolicy, DType outType) Do a segmented reduce where the offsets column indicates which groups in this to combine.