public class Join extends PlanNode implements scala.Product, scala.Serializable
Table
s. A "filter" and a "select"
should be applied after a join operation.Modifier and Type | Method and Description |
---|---|
scala.collection.Seq<PlanNode> |
children()
List of child nodes that should be considered when doing transformations.
|
PlanNode |
left() |
scala.collection.Seq<scala.Tuple2<String,TypeInformation<?>>> |
outputFields() |
PlanNode |
right() |
String |
toString() |
exists, fastEquals, makeCopy, transformChildrenPost, transformChildrenPre, transformPost, transformPre
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public PlanNode left()
public PlanNode right()
public scala.collection.Seq<PlanNode> children()
TreeNode
public scala.collection.Seq<scala.Tuple2<String,TypeInformation<?>>> outputFields()
outputFields
in class PlanNode
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.