Uses of Class
org.apache.flink.table.types.inference.TypeInference.Builder
Packages that use TypeInference.Builder
-
Uses of TypeInference.Builder in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference that return TypeInference.BuilderModifier and TypeMethodDescriptionTypeInference.Builder.accumulatorTypeStrategy(TypeStrategy accumulatorTypeStrategy) Sets the strategy for inferring the intermediate accumulator data type of an aggregate function call.TypeInference.Builder.inputTypeStrategy(InputTypeStrategy inputTypeStrategy) Sets the strategy for inferring and validating input arguments in a function call.TypeInference.Builder.namedArguments(String... argumentNames) Deprecated.TypeInference.Builder.namedArguments(List<String> argumentNames) Deprecated.UsestaticArguments(List)instead.static TypeInference.BuilderTypeInference.newBuilder()Builder for configuring and creating instances ofTypeInference.TypeInference.Builder.optionalArguments(List<Boolean> optionalArguments) Deprecated.UsestaticArguments(List)instead.TypeInference.Builder.outputTypeStrategy(TypeStrategy outputTypeStrategy) Sets the strategy for inferring the final output data type of a function call.TypeInference.Builder.stateTypeStrategies(LinkedHashMap<String, StateTypeStrategy> stateTypeStrategies) Sets a map of state names toStateTypeStrategys for inferring a function call's intermediate result data types (i.e. state entries).TypeInference.Builder.staticArguments(List<StaticArgument> staticArgument) Sets a list of arguments in a static signature that is not overloaded and does not support varargs.TypeInference.Builder.staticArguments(StaticArgument... staticArguments) Sets a list of arguments in a static signature that is not overloaded and does not support varargs.TypeInference.Builder.typedArguments(List<DataType> argumentTypes) Deprecated.UsestaticArguments(List)instead.TypeInference.Builder.typedArguments(DataType... argumentTypes) Deprecated.UsestaticArguments(StaticArgument...)instead.
staticArguments(StaticArgument...)instead.