Class Avg
Object
org.apache.spark.sql.internal.connector.ExpressionWithToString
org.apache.spark.sql.connector.expressions.aggregate.Avg
- All Implemented Interfaces:
 Serializable,AggregateFunc,Expression,scala.Serializable
@Evolving
public final class Avg
extends org.apache.spark.sql.internal.connector.ExpressionWithToString
implements AggregateFunc
An aggregate function that returns the mean of all the values in a group.
- Since:
 - 3.3.0
 - See Also:
 
- 
Field Summary
Fields inherited from interface org.apache.spark.sql.connector.expressions.Expression
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.apache.spark.sql.internal.connector.ExpressionWithToString
describe, references, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.spark.sql.connector.expressions.Expression
describe, references 
- 
Constructor Details
- 
Avg
 
 - 
 - 
Method Details
- 
column
 - 
isDistinct
public boolean isDistinct() - 
children
Description copied from interface:ExpressionReturns an array of the children of this node. Children should not change.- Specified by:
 childrenin interfaceExpression
 
 -