pub fn plan_for_execution(
context: &StatementPlanningContext<'_>,
plan: UnifiedPlan,
params: &[SQLParam],
) -> Result<UnifiedPlan, SQLError>pub fn plan_for_execution(
context: &StatementPlanningContext<'_>,
plan: UnifiedPlan,
params: &[SQLParam],
) -> Result<UnifiedPlan, SQLError>