public class FuncCallExpr extends Expression
Modifier and Type | Class and Description |
---|---|
static class |
FuncCallExpr.Type |
dataType, resolved
Constructor and Description |
---|
FuncCallExpr(Expression expr,
FuncCallExpr.Type funcTp) |
Modifier and Type | Method and Description |
---|---|
<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, setDataType
public FuncCallExpr(Expression expr, FuncCallExpr.Type funcTp)
public static FuncCallExpr year(Expression expr)
public FuncCallExpr.Type getFuncTp()
public List<Expression> getChildren()
getChildren
in class Expression
public <R,C> R accept(Visitor<R,C> visitor, C context)
accept
in class Expression
public Expression getExpression()
Copyright © 2024 PingCAP. All rights reserved.