| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.parse |
| Modifier and Type | Method and Description |
|---|---|
static TransformSpec.TransformType |
TransformSpec.fromString(String transformString) |
TransformSpec.TransformType |
TransformSpec.getTransformType() |
static TransformSpec.TransformType |
TransformSpec.TransformType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformSpec.TransformType[] |
TransformSpec.TransformType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransformSpec.setTransformType(TransformSpec.TransformType transformType) |
| Constructor and Description |
|---|
TransformSpec(String columnName,
TransformSpec.TransformType transformType,
Optional<Integer> transformParam) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.