Uses of Interface
org.apache.flink.table.types.inference.TypeTransformation
Packages that use TypeTransformation
Package
Description
-
Uses of TypeTransformation in org.apache.flink.table.types.inference
Fields in org.apache.flink.table.types.inference declared as TypeTransformationModifier and TypeFieldDescriptionstatic final TypeTransformationTypeTransformations.TO_INTERNAL_CLASSTransformation that uses internal data structures for all conversion classes.Methods in org.apache.flink.table.types.inference that return TypeTransformationModifier and TypeMethodDescriptionstatic TypeTransformationTypeTransformations.legacyRawToTypeInfoRaw()Returns a type transformation that transforms LEGACY('RAW', ...) type to the RAW(..., ?)static TypeTransformationTypeTransformations.legacyToNonLegacy()Returns a type transformation that transforms LEGACY(...) type to a non-legacy type.static TypeTransformationTypeTransformations.timeToSqlTypes()static TypeTransformationTypeTransformations.toNullable()Returns a type transformation that transforms data type to nullable data type but keeps other information unchanged. -
Uses of TypeTransformation in org.apache.flink.table.types.inference.transforms
Classes in org.apache.flink.table.types.inference.transforms that implement TypeTransformationModifier and TypeClassDescriptionclassThis type transformation transforms the specified data types to a new one with the expected conversion class.classThis type transformation transforms the LEGACY('RAW', ...) type to the RAW(..., ?)classTransformation that appliesTypeInfoDataTypeConverteronLegacyTypeInformationType.Fields in org.apache.flink.table.types.inference.transforms declared as TypeTransformationModifier and TypeFieldDescriptionstatic final TypeTransformationLegacyRawTypeTransformation.INSTANCEstatic final TypeTransformationLegacyToNonLegacyTransformation.INSTANCE -
Uses of TypeTransformation in org.apache.flink.table.types.utils
Methods in org.apache.flink.table.types.utils with parameters of type TypeTransformationModifier and TypeMethodDescriptionstatic DataTypeDataTypeUtils.transform(DataTypeFactory factory, DataType typeToTransform, TypeTransformation... transformations) Transforms the given data type to a different data type using the given transformations.static DataTypeDataTypeUtils.transform(DataType typeToTransform, TypeTransformation... transformations) Transforms the given data type to a different data type using the given transformations.