public class ConstantExpression extends Expression
| Modifier and Type | Field and Description |
|---|---|
Object |
value |
nodeType, type| Constructor and Description |
|---|
ConstantExpression(Type type,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
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 Object value
public Object evaluate(org.apache.calcite.linq4j.tree.Evaluator evaluator)
evaluate in class AbstractNodepublic Expression accept(Shuttle shuttle)
accept in interface Nodeaccept in class Expressionpublic <R> R accept(Visitor<R> visitor)
public boolean equals(Object o)
equals in class AbstractNodepublic int hashCode()
hashCode in class AbstractNodeCopyright © 2012-2020 Apache Software Foundation. All Rights Reserved.