public class QueryPlanData extends Object implements Serializable
| Constructor and Description |
|---|
QueryPlanData() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(QueryPlanData source)
Copies contents of
source into this. |
List<Conjunct> |
getConjuncts()
The query clauses associated with this node/edge
|
ResolvedReferenceField |
getReference()
For edges, the reference field
|
QueryPlanData |
newInstance()
Creates a new instance.
|
void |
setConjuncts(List<Conjunct> l)
The query clauses associated with this node/edge
|
void |
setReference(ResolvedReferenceField reference)
For edges, the reference field
|
String |
toString() |
public void setConjuncts(List<Conjunct> l)
public ResolvedReferenceField getReference()
public void setReference(ResolvedReferenceField reference)
public void copyFrom(QueryPlanData source)
source into this. Subclasses should
override thispublic QueryPlanData newInstance()
Copyright © 2016. All rights reserved.