public class TransformSpec extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TransformSpec.TransformType |
| Constructor and Description |
|---|
TransformSpec() |
TransformSpec(String columnName,
TransformSpec.TransformType transformType,
Optional<Integer> transformParam) |
| Modifier and Type | Method and Description |
|---|---|
static TransformSpec.TransformType |
fromString(String transformString) |
String |
getColumnName() |
Optional<Integer> |
getTransformParam() |
TransformSpec.TransformType |
getTransformType() |
void |
setColumnName(String columnName) |
void |
setTransformParam(Optional<Integer> transformParam) |
void |
setTransformType(TransformSpec.TransformType transformType) |
public TransformSpec()
public TransformSpec(String columnName, TransformSpec.TransformType transformType, Optional<Integer> transformParam)
public String getColumnName()
public void setColumnName(String columnName)
public TransformSpec.TransformType getTransformType()
public void setTransformType(TransformSpec.TransformType transformType)
public static TransformSpec.TransformType fromString(String transformString)
Copyright © 2024 The Apache Software Foundation. All rights reserved.