public class FuncCallExpr extends Expression
| 限定符和类型 | 类和说明 |
|---|---|
static class |
FuncCallExpr.Type |
dataType, resolved| 构造器和说明 |
|---|
FuncCallExpr(Expression expr,
FuncCallExpr.Type funcTp) |
| 限定符和类型 | 方法和说明 |
|---|---|
<R,C> R |
accept(Visitor<R,C> visitor,
C context) |
boolean |
equals(Object other) |
Constant |
eval(Constant literal) |
List<Expression> |
getChildren() |
Expression |
getExpression() |
FuncCallExpr.Type |
getFuncTp() |
int |
hashCode() |
String |
toString() |
static FuncCallExpr |
year(Expression expr) |
getDataType, isResolved, setDataTypepublic FuncCallExpr(Expression expr, FuncCallExpr.Type funcTp)
public static FuncCallExpr year(Expression expr)
public FuncCallExpr.Type getFuncTp()
public List<Expression> getChildren()
getChildren 在类中 Expressionpublic <R,C> R accept(Visitor<R,C> visitor, C context)
accept 在类中 Expressionpublic Expression getExpression()
Copyright © 2023 PingCAP. All rights reserved.