Module query::optimizer::remove_duplicate

source ·

Structs§

  • This is [PhysicalOptimizerRule] to remove duplicate physical plans such as two adjoining [CoalesceBatchesExec] or [RepartitionExec]. They won’t have any effect if one runs right after another.