public class Max extends Aggregation implements scala.Product, scala.Serializable
Constructor and Description |
---|
Max(Expression child) |
Modifier and Type | Method and Description |
---|---|
Expression |
child() |
scala.collection.Seq<Aggregations> |
getAggregations() |
Expression |
getFinalField(scala.collection.Seq<Expression> inputs) |
scala.collection.Seq<Expression> |
getIntermediateFields() |
String |
toString() |
typeInfo
children
freshName, freshNameCounter, name
exists, fastEquals, makeCopy, transformChildrenPost, transformChildrenPre, transformPost, transformPre
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Max(Expression child)
public Expression child()
child
in class UnaryExpression
public String toString()
toString
in class Aggregation
public scala.collection.Seq<Expression> getIntermediateFields()
getIntermediateFields
in class Aggregation
public Expression getFinalField(scala.collection.Seq<Expression> inputs)
getFinalField
in class Aggregation
public scala.collection.Seq<Aggregations> getAggregations()
getAggregations
in class Aggregation
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.