Uses of Class
ai.rapids.cudf.HostUDFWrapper
Packages that use HostUDFWrapper
-
Uses of HostUDFWrapper in ai.rapids.cudf
Methods in ai.rapids.cudf with parameters of type HostUDFWrapperModifier and TypeMethodDescriptionstatic GroupByAggregation
GroupByAggregation.hostUDF
(HostUDFWrapper wrapper) Execute an aggregation 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).SegmentedReductionAggregation.hostUDF
(HostUDFWrapper wrapper) Execute a reduction using a host-side user-defined function (UDF).