Skip to content

rust/sedona-expr: Allow SpatialFilter to be constructed from a logical Expr #1152

Description

@paleolimbot

Currently our SpatialFilter infrastructure can only be created from Arc<dyn PhysicalExpr>; however, when implementing TableProvider it's useful to be able to support the filters argument, which are logical Expr. We can export a logical expression parser that mirrors the physical one to make it easier to implement simple table providers.

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