public static class QueryPlan.FetchTableNode extends Object implements QueryPlanNode
| Constructor and Description |
|---|
FetchTableNode(TableName table_name,
TableName aliased_as) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Deep clones this query plan.
|
void |
debugString(int level,
StringBuffer buf)
Writes a textural representation of the node to the StringBuffer at the
given indent level.
|
ArrayList |
discoverCorrelatedVariables(int level,
ArrayList list)
Discovers all the correlated variables in the plan (and plan children)
that reference a particular layer.
|
ArrayList |
discoverTableNames(ArrayList list)
Adds the table name to the list if it's not already in there.
|
Table |
evaluate(QueryContext context)
Evaluates the node and returns the result as a Table.
|
String |
titleString() |
public ArrayList discoverTableNames(ArrayList list)
discoverTableNames in interface QueryPlanNodepublic Table evaluate(QueryContext context)
QueryPlanNodeevaluate in interface QueryPlanNodepublic ArrayList discoverCorrelatedVariables(int level, ArrayList list)
QueryPlanNodediscoverCorrelatedVariables in interface QueryPlanNodepublic Object clone() throws CloneNotSupportedException
QueryPlanNodeclone in interface QueryPlanNodeclone in class ObjectCloneNotSupportedExceptionpublic String titleString()
public void debugString(int level,
StringBuffer buf)
QueryPlanNodedebugString in interface QueryPlanNodeCopyright © 2019. All rights reserved.