Uses of Interface
org.apache.flink.table.types.inference.TypeTransformation
-
Packages that use TypeTransformation Package Description org.apache.flink.table.types.inference org.apache.flink.table.types.inference.transforms org.apache.flink.table.types.utils -
-
Uses of TypeTransformation in org.apache.flink.table.types.inference
Fields in org.apache.flink.table.types.inference declared as TypeTransformation Modifier and Type Field Description static TypeTransformationTypeTransformations. TO_INTERNAL_CLASSTransformation that uses internal data structures for all conversion classes.Methods in org.apache.flink.table.types.inference that return TypeTransformation Modifier and Type Method Description static 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 TypeTransformation Modifier and Type Class Description classConversionClassTransformationThis type transformation transforms the specifiedDataTypeto a new one with the expected conversion class.classLegacyRawTypeTransformationThis type transformation transforms the LEGACY('RAW', ...) type to the RAW(..., ?)classLegacyToNonLegacyTransformationTransformation that appliesTypeInfoDataTypeConverteronLegacyTypeInformationType.Fields in org.apache.flink.table.types.inference.transforms declared as TypeTransformation Modifier and Type Field Description static TypeTransformationLegacyRawTypeTransformation. INSTANCEstatic TypeTransformationLegacyToNonLegacyTransformation. INSTANCE -
Uses of TypeTransformation in org.apache.flink.table.types.utils
Methods in org.apache.flink.table.types.utils with parameters of type TypeTransformation Modifier and Type Method Description static 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.
-