| 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.
|
Set<String> |
getRequiredColumns()
Returns the names of all columns that this transform is going to read.
|
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 Transformpublic Set<String> getRequiredColumns()
TransformgetRequiredColumns in interface TransformCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.