[FEA] Support polars.Expr.str.json_path_match
in cudf-polars
#18998
Labels
polars.Expr.str.json_path_match
in cudf-polars
#18998
Is your feature request related to a problem? Please describe.
Today on
branch-25.08
, we lack support for polars.Expr.str.json_path_match. Running the example from the docs yields:Describe the solution you'd like
I'd like the above code to be able to execute using the polars GPU backend. Like other
JSON
related features, libcudf contains some of the building blocks for eventually supporting this, though I don't see an obvious 1-1 API this can map to in the immediate term.Describe alternatives you've considered
N/A
Additional context
#16480
The text was updated successfully, but these errors were encountered: