Skip to content

Commit

Permalink
Add missing methods to lists/list_column_view.pxd in pylibcudf (#16175)
Browse files Browse the repository at this point in the history
Apart of #15162

Authors:
  - Matthew Murray (https://github.com/Matt711)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: #16175
  • Loading branch information
Matt711 authored Jul 8, 2024
1 parent d9a3728 commit 6169ee1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ from cudf._lib.pylibcudf.libcudf.types cimport size_type
cdef extern from "cudf/lists/lists_column_view.hpp" namespace "cudf" nogil:
cdef cppclass lists_column_view(column_view):
lists_column_view() except +
lists_column_view(const lists_column_view& lists_column) except +
lists_column_view(const column_view& lists_column) except +
lists_column_view& operator=(const lists_column_view&) except +
column_view parent() except +
column_view offsets() except +
column_view child() except +
Expand Down

0 comments on commit 6169ee1

Please sign in to comment.