Class Join

    • Field Detail

      • outerScoreNodeIndex

        protected final int outerScoreNodeIndex
        The score node index of the outer query hits.
      • innerJoin

        protected final boolean innerJoin
        Whether this is an inner join.
      • condition

        protected final Condition condition
        The join condition.
      • selectorNames

        protected final Name[] selectorNames
        The selector names.
      • emptyInnerHits

        protected final ScoreNode[] emptyInnerHits
        An array of empty inner query hits.
      • buffer

        protected final List<ScoreNode[]> buffer
        A buffer for joined score node rows.