Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] Add slice expression to polars IR #18051

Open
Matt711 opened this issue Feb 20, 2025 · 0 comments · May be fixed by #18050
Open

[FEA] Add slice expression to polars IR #18051

Matt711 opened this issue Feb 20, 2025 · 0 comments · May be fixed by #18050
Assignees
Labels
cudf.polars Issues specific to cudf.polars feature request New feature or request

Comments

@Matt711
Copy link
Contributor

Matt711 commented Feb 20, 2025

Is your feature request related to a problem? Please describe.
We should support this type of query

df = pl.LazyFrame({"a": [0, 1, 2, 3], "b": [1, 2, 3, 4]})
q = df.select(pl.col("a").slice(1))
q.collect(engine="gpu")
@Matt711 Matt711 added cudf.polars Issues specific to cudf.polars feature request New feature or request labels Feb 20, 2025
@Matt711 Matt711 self-assigned this Feb 20, 2025
@Matt711 Matt711 linked a pull request Feb 20, 2025 that will close this issue
3 tasks
@GPUtester GPUtester moved this from Todo to In Progress in cuDF Python Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cudf.polars Issues specific to cudf.polars feature request New feature or request
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant