Class Min
Object
org.apache.spark.sql.internal.connector.ExpressionWithToString
org.apache.spark.sql.connector.expressions.aggregate.Min
- All Implemented Interfaces:
- Serializable,- AggregateFunc,- Expression
@Evolving
public final class Min
extends org.apache.spark.sql.internal.connector.ExpressionWithToString
implements AggregateFunc
An aggregate function that returns the minimum value in a group.
- Since:
- 3.2.0
- See Also:
- 
Field SummaryFields inherited from interface org.apache.spark.sql.connector.expressions.ExpressionEMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.spark.sql.internal.connector.ExpressionWithToStringdescribe, references, toStringMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.spark.sql.connector.expressions.Expressiondescribe, references
- 
Constructor Details- 
Min
 
- 
- 
Method Details- 
column
- 
childrenDescription copied from interface:ExpressionReturns an array of the children of this node. Children should not change.- Specified by:
- childrenin interface- Expression
 
 
-