Skip to content

Implement IGNORE NULLS for window functions #9055

@comphead

Description

@comphead

Is your feature request related to a problem or challenge?

Now DataFusion lacks the IGNORE NULLS support for Window functions

DataFusion CLI v35.0.0
❯ select lag(a) ignore nulls over (order by a) from (select 'a' a union all select 'b' a);
This feature is not implemented: Null treatment in aggregate functions is not supported: IGNORE NULLS

Describe the solution you'd like

Add IGNORE NULLS support for:

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions