public class Filter extends PlanNode implements scala.Product, scala.Serializable
Constructor and Description |
---|
Filter(PlanNode input,
Expression predicate) |
Modifier and Type | Method and Description |
---|---|
scala.collection.Seq<PlanNode> |
children()
List of child nodes that should be considered when doing transformations.
|
PlanNode |
input() |
scala.collection.Seq<scala.Tuple2<String,TypeInformation<?>>> |
outputFields() |
Expression |
predicate() |
String |
toString() |
exists, fastEquals, makeCopy, transformChildrenPost, transformChildrenPre, transformPost, transformPre
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Filter(PlanNode input, Expression predicate)
public PlanNode input()
public Expression predicate()
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.