Class SubPlan

java.lang.Object
io.trino.sql.planner.SubPlan

@Immutable public class SubPlan extends Object
  • Constructor Details

  • Method Details

    • getFragment

      public PlanFragment getFragment()
    • getChildren

      public List<SubPlan> getChildren()
    • getAllFragments

      public List<PlanFragment> getAllFragments()
      Flattens the subplan and returns all PlanFragments in the tree
    • sanityCheck

      public void sanityCheck()