Uses of Class
org.gcube.searchsystem.planning.maxsubtree.AndTree

Packages that use AndTree
org.gcube.searchsystem.planning.commonvocabulary   
org.gcube.searchsystem.planning.maxsubtree   
 

Uses of AndTree in org.gcube.searchsystem.planning.commonvocabulary
 

Methods in org.gcube.searchsystem.planning.commonvocabulary with parameters of type AndTree
static boolean IndexRelationCommonSemantics.examineCondition(TreeTransformer.GCQLCondition cond, AndTree result)
           
 

Method parameters in org.gcube.searchsystem.planning.commonvocabulary with type arguments of type AndTree
static search.library.util.cql.query.tree.GCQLNode IndexRelationCommonSemantics.createGCQLNodeFromAndTrees(java.util.ArrayList<AndTree> andTrees, java.util.HashMap<java.lang.String,java.util.HashSet<java.lang.String>> leafColLangs)
           
 

Uses of AndTree in org.gcube.searchsystem.planning.maxsubtree
 

Methods in org.gcube.searchsystem.planning.maxsubtree that return types with arguments of type AndTree
 java.util.ArrayList<AndTree> MaxSubtreeRewritter.rewrite()
           
 

Constructor parameters in org.gcube.searchsystem.planning.maxsubtree with type arguments of type AndTree
TwoPhaseComposer(java.util.ArrayList<AndTree> subtrees, java.util.Vector<search.library.util.cql.query.tree.ModifierSet> projections)