pub fn optimize_with_statistics(
plan: UnifiedPlan,
config: &OptimizerConfig,
statistics: &dyn SourceStatistics,
) -> JoinGraphResult<UnifiedPlan>Expand description
Optimize a fully lowered plan with caller-provided relation statistics.
pub fn optimize_with_statistics(
plan: UnifiedPlan,
config: &OptimizerConfig,
statistics: &dyn SourceStatistics,
) -> JoinGraphResult<UnifiedPlan>Optimize a fully lowered plan with caller-provided relation statistics.