net.sf.saffron.rex
Class RexVariable
java.lang.Object
|
+--net.sf.saffron.rex.RexNode
|
+--net.sf.saffron.rex.RexVariable
- Direct Known Subclasses:
- AggInternalTranslator.RexAggVariable, AggInternalTranslator.RexGroupVariable, RexCorrelVariable, RexInputRef
- public abstract class RexVariable
- extends RexNode
A row-expression which references a field.
- Since:
- Nov 24, 2003
- Version:
- $Id: $
- Author:
- jhyde
name
protected final String name
type
protected final SaffronType type
RexVariable
protected RexVariable(String name,
SaffronType type)
getType
public SaffronType getType()
- Specified by:
getType
in class RexNode
getName
public String getName()
- Returns the name of this variable.