Class MultiJoinOptimizeBushyRule.Vertex

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double cost  
      protected ImmutableBitSet factors  
      (package private) int id  
    • Constructor Summary

      Constructors 
      Constructor Description
      Vertex​(int id, ImmutableBitSet factors, double cost)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        final int id
      • cost

        final double cost
    • Constructor Detail