org.objectweb.medor.eval.api
Interface BinaryEvaluatedTC
- TupleCollection
- BasicBinaryEvalutedTC, BinaryImplicitTC, CartesianEvaluatedTC, NestEvaluatedTC, ProjectEvaluatedTC, SelProjEvaluatedTC
public interface BinaryEvaluatedTC
This interface represent a result of a Medor Query. It is dynamic because the evaluator
search result and iterate them by filtering the left and the right tuples.
getLeftTCCursor
public int getLeftTCCursor()
throws MedorException
Get the current row of the left TupleCollection
- an int
MedorException
- if error in left TupleCollection
getRightTCCursor
public int getRightTCCursor()
throws MedorException
Get the current row of the right TupleCollection
- an int
MedorException
- if error in right TupleCollection