public class JoinGraph extends SimpleUndirectedGraph<String,JoinEdge>
directedEdges, reversedEdges| Constructor and Description |
|---|
JoinGraph() |
| Modifier and Type | Method and Description |
|---|---|
Collection<EvalNode> |
addJoin(LogicalPlan plan,
LogicalPlan.QueryBlock block,
JoinNode joinNode) |
getDegree, getEdge, getEdges, getEdgesAll, getParent, getParentCount, getParents, isLeaf, isRootaccept, addEdge, getChild, getChildCount, getChilds, getEdgeNum, getIncomingEdges, getOutgoingEdges, getReverseEdge, getVertexSize, hasEdge, hasReversedEdge, printDepthString, removeEdge, toString, toStringGraphclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddEdge, getEdgeNum, getVertexSize, hasEdge, removeEdgepublic Collection<EvalNode> addJoin(LogicalPlan plan, LogicalPlan.QueryBlock block, JoinNode joinNode) throws PlanningException
PlanningExceptionCopyright © 2015 Apache Software Foundation. All Rights Reserved.