Skip to content

Commit

Permalink
create new PR for pearson groupby correlation
Browse files Browse the repository at this point in the history
  • Loading branch information
skirui-source committed Sep 2, 2021
1 parent 015795c commit ba6e50a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions python/cudf/cudf/_lib/cpp/aggregation.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,13 @@ cdef extern from "cudf/aggregation.hpp" namespace "cudf" nogil:
COLLECT_SET 'cudf::aggregation::COLLECT_SET'
PTX 'cudf::aggregation::PTX'
CUDA 'cudf::aggregation::CUDA'
CORRELATION 'cudf::aggregation::CORRELATION'

Kind kind

cdef cppclass rolling_aggregation:
aggregation.Kind kind

cdef cppclass groupby_aggregation:
aggregation.Kind kind

cdef cppclass groupby_scan_aggregation:
aggregation.Kind kind

ctypedef enum udf_type:
CUDA 'cudf::udf_type::CUDA'
PTX 'cudf::udf_type::PTX'
Expand Down

0 comments on commit ba6e50a

Please sign in to comment.