pub fn compile_streaming(
plan: &PhysicalPlan,
options: StreamOptions,
) -> Result<StreamingPhysicalPlan>Expand description
Physical plan compiler and plan node types. Compile only a preflight-supported plan into a source plus batch-at-a-time operators.