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, setDataType
public 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 Expression
public <R,C> R accept(Visitor<R,C> visitor, C context)
accept
in class Expression
Copyright © 2024 PingCAP. All rights reserved.