这是 cudf::reduce_host_udf 的完整成员列表,包括所有继承的成员。
clone() const =0 | cudf::host_udf_base | 纯虚函数 |
do_hash() const | cudf::host_udf_base | 内联虚 |
is_equal(host_udf_base const &other) const =0 | cudf::host_udf_base | 纯虚函数 |
operator()(column_view const &input, data_type output_dtype, std::optional< std::reference_wrapper< scalar const >> init, rmm::cuda_stream_view stream, rmm::device_async_resource_ref mr) const =0 | cudf::reduce_host_udf | 纯虚函数 |
~host_udf_base()=default | cudf::host_udf_base | 虚 |