QueryPlanNode
, java.io.Serializable
, java.lang.Cloneable
public static class QueryPlan.CachePointNode extends QueryPlan.SingleQueryPlanNode
child
Constructor | Description |
---|---|
CachePointNode(QueryPlanNode child) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
clone() |
Deep clone.
|
Table |
evaluate(QueryContext context) |
Evaluates the node and returns the result as a Table.
|
java.lang.String |
titleString() |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
child, debugString, discoverCorrelatedVariables, discoverTableNames
public CachePointNode(QueryPlanNode child)
public Table evaluate(QueryContext context)
QueryPlanNode
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
QueryPlan.SingleQueryPlanNode
clone
in interface QueryPlanNode
clone
in class QueryPlan.SingleQueryPlanNode
java.lang.CloneNotSupportedException
public java.lang.String titleString()
titleString
in class QueryPlan.SingleQueryPlanNode
Copyright © 2018. All rights reserved.