public static class QueryPlan.CachePointNode extends QueryPlan.SingleQueryPlanNode
child
Constructor and Description |
---|
CachePointNode(QueryPlanNode child)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Deep clone.
|
Table |
evaluate(QueryContext context)
Evaluates the node and returns the result as a Table.
|
String |
titleString() |
child, debugString, discoverCorrelatedVariables, discoverTableNames
public CachePointNode(QueryPlanNode child)
public Table evaluate(QueryContext context)
QueryPlanNode
public Object clone() throws CloneNotSupportedException
QueryPlan.SingleQueryPlanNode
clone
in interface QueryPlanNode
clone
in class QueryPlan.SingleQueryPlanNode
CloneNotSupportedException
public String titleString()
titleString
in class QueryPlan.SingleQueryPlanNode
Copyright © 2015. All rights reserved.