Expand description
Lance Native physical planner (placeholder)
This planner is intended to compile logical graph plans into a physical execution plan that leverages Lance’s native scan and filter engine.
For now, this is a placeholder implementation that conforms to the
GraphPhysicalPlanner trait and returns an empty DataFusion logical plan
until the native pipeline is wired up.
Structs§
- Lance
Native Planner - Placeholder Lance-native planner