Skip to content

Remove useless predicates if pushdown_filters config is enabled #18400

@xudong963

Description

@xudong963

For example:

SELECT c1 FROM t WHERE c1 > 0 LIMIT 2

If pushdown_filters is enabled, the c1>0 condition doesn't need to be kept in a FilterExec; the row_filter will perform the exact filtering.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions