@Evolving public final class Sum extends org.apache.spark.sql.internal.connector.ExpressionWithToString implements AggregateFunc
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE| Constructor and Description | 
|---|
| Sum(Expression column,
   boolean isDistinct) | 
| Modifier and Type | Method and Description | 
|---|---|
| Expression[] | children()Returns an array of the children of this node. | 
| Expression | column() | 
| boolean | isDistinct() | 
describe, references, toStringdescribe, referencespublic Sum(Expression column, boolean isDistinct)
public Expression column()
public boolean isDistinct()
public Expression[] children()
Expressionchildren in interface Expression