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, discoverTableNames
public MarkerNode(QueryPlanNode child, String mark_name)
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.