QueryPlanNode, java.io.Serializable, java.lang.Cloneablepublic static class QueryPlan.MarkerNode extends QueryPlan.SingleQueryPlanNode
child| Constructor | Description |
|---|---|
MarkerNode(QueryPlanNode child,
java.lang.String mark_name) |
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, waitchild, debugString, discoverCorrelatedVariables, discoverTableNamespublic MarkerNode(QueryPlanNode child, java.lang.String mark_name)
public Table evaluate(QueryContext context)
QueryPlanNodepublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
QueryPlan.SingleQueryPlanNodeclone in interface QueryPlanNodeclone in class QueryPlan.SingleQueryPlanNodejava.lang.CloneNotSupportedExceptionpublic java.lang.String titleString()
titleString in class QueryPlan.SingleQueryPlanNodeCopyright © 2018. All rights reserved.