public class Aggregate.ComputedAggregate
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
Aggregate.ComputedAggregate(org.apache.spark.sql.catalyst.expressions.AggregateExpression unbound,
org.apache.spark.sql.catalyst.expressions.AggregateExpression aggregate,
org.apache.spark.sql.catalyst.expressions.AttributeReference resultAttribute) |
Modifier and Type | Method and Description |
---|---|
org.apache.spark.sql.catalyst.expressions.AggregateExpression |
aggregate() |
org.apache.spark.sql.catalyst.expressions.AttributeReference |
resultAttribute() |
org.apache.spark.sql.catalyst.expressions.AggregateExpression |
unbound() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Aggregate.ComputedAggregate(org.apache.spark.sql.catalyst.expressions.AggregateExpression unbound, org.apache.spark.sql.catalyst.expressions.AggregateExpression aggregate, org.apache.spark.sql.catalyst.expressions.AttributeReference resultAttribute)