Skip to content

Implement Dataset.filter() as a lazily-composed view #239

Description

@Mmoncadaisla

XarrayPushdownDataset.filter() currently raises NotImplementedError, redirecting to scanner(filter=...). The pyarrow contract expects filter(expr) to return a dataset view whose later scans apply the expression automatically.

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