@Internal public class LegacyToNonLegacyTransformation extends Object implements TypeTransformation
TypeInfoDataTypeConverter on LegacyTypeInformationType.| Modifier and Type | Field and Description |
|---|---|
static TypeTransformation |
INSTANCE |
| Constructor and Description |
|---|
LegacyToNonLegacyTransformation() |
| Modifier and Type | Method and Description |
|---|---|
DataType |
transform(DataType typeToTransform)
Transforms the given data type to a different data type.
|
DataType |
transform(DataTypeFactory factory,
DataType dataType)
Transforms the given data type to a different data type.
|
public static final TypeTransformation INSTANCE
public DataType transform(DataType typeToTransform)
TypeTransformationtransform in interface TypeTransformationpublic DataType transform(@Nullable DataTypeFactory factory, DataType dataType)
TypeTransformationThis method provides a DataTypeFactory if available.
transform in interface TypeTransformationCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.