public final class SimpleDerivationConfig extends java.lang.Object implements DerivationConfig
AGGREGATION, BASE, CLASS, DEFINITION, EXPANSION, FEATURE, INPUTS, JOIN, KEY, OUTPUT_KEY, SQL_DEFINITION, SQL_EXPR, TRANSFORMATION, TRANSFORMATION_CLASS, TYPE| Constructor and Description |
|---|
SimpleDerivationConfig(java.lang.String featureExpr)
Deprecated.
please use
SimpleDerivationConfig(TypedExpr) |
SimpleDerivationConfig(TypedExpr typedExpr)
Constructor
|
SimpleDerivationConfig(TypedExpr typedExpr,
FeatureTypeConfig featureTypeConfig)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFeatureExpr()
Deprecated.
please use
getFeatureTypedExpr() |
java.util.Optional<FeatureTypeConfig> |
getFeatureTypeConfig() |
TypedExpr |
getFeatureTypedExpr() |
int |
hashCode() |
java.lang.String |
toString() |
@Deprecated public SimpleDerivationConfig(java.lang.String featureExpr)
SimpleDerivationConfig(TypedExpr)featureExpr - A user-defined MVEL expressionpublic SimpleDerivationConfig(TypedExpr typedExpr)
typedExpr - A user-defined expression with typepublic SimpleDerivationConfig(TypedExpr typedExpr, FeatureTypeConfig featureTypeConfig)
typedExpr - A user-defined expression with type@Deprecated public java.lang.String getFeatureExpr()
getFeatureTypedExpr()public TypedExpr getFeatureTypedExpr()
public java.util.Optional<FeatureTypeConfig> getFeatureTypeConfig()
getFeatureTypeConfig in interface DerivationConfigpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object