Uses of Interface
org.apache.flink.table.catalog.DataTypeFactory
Packages that use DataTypeFactory
-
Uses of DataTypeFactory in org.apache.flink.table.functions
Methods in org.apache.flink.table.functions with parameters of type DataTypeFactoryModifier and TypeMethodDescriptionFunctionDefinition.getTypeInference(DataTypeFactory typeFactory) Returns the logic for performing type inference of a call to this function definition.ProcessTableFunction.getTypeInference(DataTypeFactory typeFactory) ScalarFunction.getTypeInference(DataTypeFactory typeFactory) TableFunction.getTypeInference(DataTypeFactory typeFactory) abstract TypeInferenceUserDefinedFunction.getTypeInference(DataTypeFactory typeFactory) Returns the logic for performing type inference of a call to this function definition. -
Uses of DataTypeFactory in org.apache.flink.table.types
Methods in org.apache.flink.table.types with parameters of type DataTypeFactoryModifier and TypeMethodDescriptionUnresolvedDataType.toDataType(DataTypeFactory factory) Converts this instance to a resolvedDataTypepossibly enriched with additional nullability and conversion class information.Constructor parameters in org.apache.flink.table.types with type arguments of type DataTypeFactoryModifierConstructorDescriptionUnresolvedDataType(Supplier<String> description, Function<DataTypeFactory, DataType> resolutionFactory)