Class RewriteRemoveDanglingParentReferences


  • public class RewriteRemoveDanglingParentReferences
    extends HopRewriteRule
    This rewrite is a general-purpose cleanup pass that removes any dangling parent references in one pass through the hop DAG. These dangling references could have been introduced by rewrites that remove operators but miss a proper cleanup.
    • Constructor Detail

      • RewriteRemoveDanglingParentReferences

        public RewriteRemoveDanglingParentReferences()