Closed
Description
Is your feature request related to a problem? Please describe.
The LiteralColumn
expression in cudf_polars currently holds a pyarrow.Array
(by converting a polars.Series
) as it value. In order to support removing pyarrow as a dependency in cudf_polars, #18534, we should ideally just hold the polars.Series
value and convert it to a pylibcudf.Column
when needed
In order to do this conversion, pylibcudf.Column
will need to accept objects exposing __arrow_c_stream__
following from #18402,
Metadata
Metadata
Assignees
Type
Projects
Status
Done