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() |
protected final String name
protected final RelDataType type
protected RexVariable(String name, RelDataType type)
public RelDataType getType()
public String getName()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.