fn new_with_properties()

in src/stage.rs [101:111]


    fn new_with_properties(
        input: Arc<dyn ExecutionPlan>,
        stage_id: usize,
        properties: PlanProperties,
    ) -> Self {
        Self {
            input,
            properties,
            stage_id,
        }
    }