@Evolving public final class Count extends org.apache.spark.sql.internal.connector.ExpressionWithToString implements AggregateFunc
EMPTY_EXPRESSION, EMPTY_NAMED_REFERENCE| Constructor and Description | 
|---|
Count(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 Count(Expression column, boolean isDistinct)
public Expression column()
public boolean isDistinct()
public Expression[] children()
Expressionchildren in interface Expression