Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
static GroupByAggregation |
GroupByAggregation.hostUDF(HostUDFWrapper wrapper)
Execute an aggregation using a host-side user-defined function (UDF).
|
static SegmentedReductionAggregation |
SegmentedReductionAggregation.hostUDF(HostUDFWrapper wrapper)
Execute a reduction using a host-side user-defined function (UDF).
|
static ReductionAggregation |
ReductionAggregation.hostUDF(HostUDFWrapper wrapper)
Execute a reduction using a host-side user-defined function (UDF).
|
Copyright © 2025. All rights reserved.