protected class HashJoinSequence.HashCrossJoinBatch extends HashJoinSequence.HashJoinBatch
Modifier | Constructor and Description |
---|---|
protected |
HashJoinSequence.HashCrossJoinBatch(NodeSequence.Batch currentLeft) |
Modifier and Type | Method and Description |
---|---|
protected Iterator<BufferedRows.BufferedRow> |
getRightRowsFor(Object leftValue) |
protected void |
recordRightRowsMatched(Object rightKey) |
protected HashJoinSequence.HashCrossJoinBatch(NodeSequence.Batch currentLeft)
protected Iterator<BufferedRows.BufferedRow> getRightRowsFor(Object leftValue)
getRightRowsFor
in class HashJoinSequence.HashJoinBatch
protected void recordRightRowsMatched(Object rightKey)
recordRightRowsMatched
in class HashJoinSequence.HashJoinBatch
Copyright © 2008-2015 JBoss, a division of Red Hat. All Rights Reserved.