public abstract class RexVariable extends RexNode
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected RelDataType |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
RexVariable(String name,
RelDataType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of this variable.
|
RelDataType |
getType() |
accept, getKind, isA, isA, isAlwaysFalse, isAlwaysTrue, toStringprotected final String name
protected final RelDataType type
protected RexVariable(String name, RelDataType type)
public RelDataType getType()
public String getName()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.