@Evolving public final class Avg extends Object implements AggregateFunc
EMPTY_EXPRESSION| Constructor and Description |
|---|
Avg(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() |
String |
toString() |
describe, referencespublic Avg(Expression column, boolean isDistinct)
public Expression column()
public boolean isDistinct()
public Expression[] children()
Expressionchildren in interface Expressionpublic String toString()
toString in class Object