public class AggregateFunction extends Expression
| Modifier and Type | Class and Description |
|---|---|
static class |
AggregateFunction.FunctionType |
dataType, resolved| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(Visitor<R,C> visitor,
C context) |
boolean |
equals(Object other) |
Expression |
getArgument() |
List<Expression> |
getChildren() |
AggregateFunction.FunctionType |
getType() |
int |
hashCode() |
static AggregateFunction |
newCall(AggregateFunction.FunctionType type,
Expression argument) |
static AggregateFunction |
newCall(AggregateFunction.FunctionType type,
Expression argument,
DataType dataType) |
String |
toString() |
getDataType, isResolved, setDataTypepublic static AggregateFunction newCall(AggregateFunction.FunctionType type, Expression argument)
public static AggregateFunction newCall(AggregateFunction.FunctionType type, Expression argument, DataType dataType)
public AggregateFunction.FunctionType getType()
public Expression getArgument()
public List<Expression> getChildren()
getChildren in class Expressionpublic <R,C> R accept(Visitor<R,C> visitor, C context)
accept in class ExpressionCopyright © 2025 PingCAP. All rights reserved.