public class AggregateFunction extends Expression
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AggregateFunction.FunctionType |
dataType, resolved| 限定符和类型 | 方法和说明 |
|---|---|
<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 在类中 Expressionpublic <R,C> R accept(Visitor<R,C> visitor, C context)
accept 在类中 ExpressionCopyright © 2023 PingCAP. All rights reserved.