| Constructor and Description | 
|---|
ExpressionTransform(String name,
                   String expression,
                   ExprMacroTable macroTable)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getExpression()  | 
String | 
getName()
Returns the field name for this transform. 
 | 
RowFunction | 
getRowFunction()
Returns the function for this transform. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
public ExpressionTransform(String name, String expression, ExprMacroTable macroTable)
public String getName()
Transformpublic String getExpression()
public RowFunction getRowFunction()
TransformgetRowFunction in interface TransformCopyright © 2011–2018. All rights reserved.