public interface Condition
Condition defines an interface for a join condition.| Modifier and Type | Method and Description | 
|---|---|
void | 
close()
Closes this condition and frees resources. 
 | 
Name[] | 
getInnerSelectorNames()  | 
ScoreNode[][] | 
getMatchingScoreNodes(ScoreNode outer)
Returns the matching inner score nodes for the given outer score node
  
sn. | 
ScoreNode[][] getMatchingScoreNodes(ScoreNode outer) throws IOException
sn.outer - the current score nodes of the outer source.IOException - if an error occurs while evaluating the condition.Name[] getInnerSelectorNames()
void close()
    throws IOException
IOException - if an error occurs while closing this condition.Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.