Skip to content
This repository was archived by the owner on Sep 27, 2025. It is now read-only.
This repository was archived by the owner on Sep 27, 2025. It is now read-only.

Window functions does not get colorized #54

@shaharluftig

Description

@shaharluftig

Checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of the Polars CLI.

Reproducible example

polars -c "select sum(col) over(partition by col1) from read_csv('/file')"

Issue description

Issue

The window function in the library is not being colorized as expected, leading to a lack of visual distinction and potential readability issues for users.

Steps to Reproduce

Open polars-cli tool.
Write a SQL query containing window functions.
Observe that the window functions are not colorized as expected.

Expected behavior

Window functions should be appropriately colorized within the library to enhance code readability and provide a better user experience.

Installed version

0.3.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions