Skip to content

Expose physical plan optimizer #1238

@timsaucer

Description

@timsaucer

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

I want to add custom physical plan optimizer rules, written in rust, to datafusion-python. Now that we have the ability to share execution plans across the FFI boundary we should be able to expose this interface.

Describe the solution you'd like

  • Implement FFI upstream datafusion
  • Expose with_physical_optimizer_rules and/or with_physical_optimizer_rule

Describe alternatives you've considered

None

Additional context

This will support things like https://github.com/datafusion-contrib/datafusion-distributed in datafusion-python

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions