Class XMLOptTrace.QueryBlock

java.lang.Object
org.apache.derby.impl.sql.compile.XMLOptTrace.QueryBlock
Enclosing class:
XMLOptTrace

public static final class XMLOptTrace.QueryBlock extends Object
  • Field Details

    • queryBlockID

      final int queryBlockID
    • optimizableList

      final OptimizableList optimizableList
    • queryBlockElement

      final Element queryBlockElement
    • currentJoinsElement

      Element currentJoinsElement
    • currentJoinOrder

      int[] currentJoinOrder
    • currentBestPlan

      Element currentBestPlan
    • currentDecorationStrategy

      JoinStrategy currentDecorationStrategy
    • currentDecoration

      Element currentDecoration
  • Constructor Details

    • QueryBlock

      public QueryBlock(int queryBlockID, OptimizableList optimizableList, Element queryBlockElement)