Expand description
Pipeline extraction from DataFusion logical plans.
PipelineExtractor walks a [LogicalPlan] top-down, decomposing it into
compilable Pipeline segments separated by PipelineBreakers (stateful
operators like aggregations, sorts, and joins).
Structsยง
- Extracted
Plan - The result of extracting pipelines from a logical plan.
- Pipeline
Extractor - Extracts compilable pipelines from
DataFusionlogical plans.