Skip to main content

compile_streaming

Function compile_streaming 

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