public class Conjunct extends Object implements Serializable
| Constructor and Description |
|---|
Conjunct(QueryExpression q,
CompositeMetadata compositeMetadata,
QueryPlan qplan) |
| Modifier and Type | Method and Description |
|---|---|
QueryExpression |
getClause()
Returns the query clause
|
List<ResolvedFieldInfo> |
getFieldInfo()
Returns the field information about the fields in the conjunct
|
QueryPlanNode |
getFieldNode(Path field)
Returns the query plan node referenced by the field.
|
List<QueryPlanNode> |
getReferredNodes()
Returns the nodes referenced by this clause
|
String |
toString() |
public Conjunct(QueryExpression q, CompositeMetadata compositeMetadata, QueryPlan qplan)
public List<QueryPlanNode> getReferredNodes()
public QueryPlanNode getFieldNode(Path field)
public List<ResolvedFieldInfo> getFieldInfo()
public QueryExpression getClause()
Copyright © 2015. All rights reserved.