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