Package org.objectweb.medor.eval.lib

Class Summary
AbstractQueryEvaluator  
BasicBinaryEvalutedTC  
BasicEvaluationMetaData  
BinaryImplicitTC This class represents TupleCollection result of filtering or joining then projecting of two sub TupleCollection.
BinaryIteratifNodeEvaluator  
CartesianEvaluatedTC This class is the implementation of a catesian result betwin two TupleCollection.
DeleteEvaluator  
IteratifNodeEvaluatorFactory This class manage creation the iteratifs NodeEvaluators corresponding to QueryNodes.
MedorConnectionResources  
MedorEvaluator Deprecated. use org.objectweb.medor.eval.lib.SelectEvaluator.
NestEvaluatedTC This class represent is TupleCollection Result of the Nest Operation.
ProjectEvaluatedTC A project Operation QueryNode is performed by this TupleCollection.
SelectEvaluator This class is a simple evaluator of query tree for data fetching.
SelProjEvaluatedTC This classe is a TupleCollection result of a Select + Project Operations.
TupleCollectionNodeEvaluator Just a simple class that encapsulates a TupleCollection.
UnaryIteratifNodeEvaluator  
UnnestEvaluatedTC This class represent a TupleCollection Result of the Unnest Operation.
UpdateEvaluator