public static class QueryPlan.MarkerNode extends QueryPlan.SingleQueryPlanNode
child| Constructor and Description |
|---|
MarkerNode(QueryPlanNode child,
String mark_name)
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, discoverTableNamespublic MarkerNode(QueryPlanNode child, String mark_name)
public Table evaluate(QueryContext context)
QueryPlanNodepublic Object clone() throws CloneNotSupportedException
QueryPlan.SingleQueryPlanNodeclone in interface QueryPlanNodeclone in class QueryPlan.SingleQueryPlanNodeCloneNotSupportedExceptionpublic String titleString()
titleString in class QueryPlan.SingleQueryPlanNodeCopyright © 2015. All rights reserved.