Skip to main content

Module lance_native_planner

Module lance_native_planner 

Source
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§

LanceNativePlanner
Placeholder Lance-native planner