Class PropertyIndexPlan


  • public class PropertyIndexPlan
    extends java.lang.Object
    Plan for querying a given property index using a given filter.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static double COST_OVERHEAD
      The cost overhead to use the index in number of read operations.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • COST_OVERHEAD

        public static final double COST_OVERHEAD
        The cost overhead to use the index in number of read operations.
        See Also:
        Constant Field Values
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object