QueryPlanNode
, java.io.Serializable
, java.lang.Cloneable
public static class QueryPlan.MultiColumnEquiSelectNode extends QueryPlan.SingleQueryPlanNode
child
Constructor | Description |
---|---|
MultiColumnEquiSelectNode(QueryPlanNode child,
Variable[] columns,
Expression[] values) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
clone() |
Deep clone.
|
java.util.ArrayList |
discoverCorrelatedVariables(int level,
java.util.ArrayList list) |
Default implementation that discovers correlated variables for the
given offset level.
|
java.util.ArrayList |
discoverTableNames(java.util.ArrayList list) |
Default implementation delegates responsibility to child.
|
Table |
evaluate(QueryContext context) |
Evaluates the node and returns the result as a Table.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
child, debugString, titleString
public MultiColumnEquiSelectNode(QueryPlanNode child, Variable[] columns, Expression[] values)
public Table evaluate(QueryContext context)
QueryPlanNode
public java.util.ArrayList discoverTableNames(java.util.ArrayList list)
QueryPlan.SingleQueryPlanNode
discoverTableNames
in interface QueryPlanNode
discoverTableNames
in class QueryPlan.SingleQueryPlanNode
public java.util.ArrayList discoverCorrelatedVariables(int level, java.util.ArrayList list)
QueryPlan.SingleQueryPlanNode
discoverCorrelatedVariables
in interface QueryPlanNode
discoverCorrelatedVariables
in class QueryPlan.SingleQueryPlanNode
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
QueryPlan.SingleQueryPlanNode
clone
in interface QueryPlanNode
clone
in class QueryPlan.SingleQueryPlanNode
java.lang.CloneNotSupportedException
Copyright © 2018. All rights reserved.