public class ParameterExpression extends Expression
| 限定符和类型 | 字段和说明 |
|---|---|
int |
modifier |
String |
name |
nodeType, type| 构造器和说明 |
|---|
ParameterExpression(int modifier,
Type type,
String name) |
ParameterExpression(Type type) |
| 限定符和类型 | 方法和说明 |
|---|---|
Expression |
accept(Shuttle shuttle) |
<R> R |
accept(Visitor<R> visitor) |
boolean |
equals(Object o) |
Object |
evaluate(org.apache.calcite.linq4j.tree.Evaluator evaluator) |
int |
hashCode() |
canReduceaccept, getNodeType, getType, toStringpublic final int modifier
public final String name
public ParameterExpression(Type type)
public Expression accept(Shuttle shuttle)
accept 在接口中 Nodeaccept 在类中 Expressionpublic <R> R accept(Visitor<R> visitor)
public Object evaluate(org.apache.calcite.linq4j.tree.Evaluator evaluator)
evaluate 在类中 AbstractNodepublic boolean equals(Object o)
equals 在类中 AbstractNodepublic int hashCode()
hashCode 在类中 AbstractNodeCopyright © 2012-2020 Apache Software Foundation. All Rights Reserved.