Uses of Class
org.usergrid.persistence.query.ir.QueryNode

Packages that use QueryNode
org.usergrid.persistence.cassandra   
org.usergrid.persistence.query.ir   
 

Uses of QueryNode in org.usergrid.persistence.cassandra
 

Methods in org.usergrid.persistence.cassandra that return QueryNode
 QueryNode QueryProcessor.getFirstNode()
           
 

Uses of QueryNode in org.usergrid.persistence.query.ir
 

Subclasses of QueryNode in org.usergrid.persistence.query.ir
 class AllNode
           
 class AndNode
          Node where the results need intersected.
 class BooleanNode
           
 class NotNode
           
 class OrNode
           
 class SliceNode
          A node which has 1 or more query Slices that can be unioned together.
 class WithinNode
          Intermediate represnetation of the within operator
 

Fields in org.usergrid.persistence.query.ir declared as QueryNode
protected  QueryNode NotNode.allNode
           
protected  QueryNode NotNode.child
           
protected  QueryNode BooleanNode.left
           
protected  QueryNode BooleanNode.right
           
 

Methods in org.usergrid.persistence.query.ir that return QueryNode
 QueryNode NotNode.getAllNode()
           
 QueryNode NotNode.getChild()
           
 QueryNode BooleanNode.getLeft()
           
 QueryNode BooleanNode.getRight()
           
 

Constructors in org.usergrid.persistence.query.ir with parameters of type QueryNode
AndNode(QueryNode left, QueryNode right)
           
BooleanNode(QueryNode left, QueryNode right)
           
NotNode(QueryNode child, QueryNode allNode)
           
OrNode(QueryNode left, QueryNode right)
           
 



Copyright © 2013. All Rights Reserved.