Package org.h2.table

Class PlanItem


  • public class PlanItem
    extends java.lang.Object
    The plan item describes the index to be used, and the estimated cost when using it.
    • Field Detail

      • cost

        double cost
        The cost.
      • masks

        private int[] masks
      • index

        private Index index
      • nestedJoinPlan

        private PlanItem nestedJoinPlan
    • Constructor Detail

      • PlanItem

        public PlanItem()
    • Method Detail

      • setMasks

        void setMasks​(int[] masks)
      • getMasks

        int[] getMasks()
      • setIndex

        void setIndex​(Index index)
      • getIndex

        public Index getIndex()
      • getNestedJoinPlan

        PlanItem getNestedJoinPlan()
      • setJoinPlan

        void setJoinPlan​(PlanItem joinPlan)
      • setNestedJoinPlan

        void setNestedJoinPlan​(PlanItem nestedJoinPlan)