Uses of Interface
org.apache.flink.table.types.inference.TypeStrategy
Packages that use TypeStrategy
-
Uses of TypeStrategy in org.apache.flink.table.types.inference
Subinterfaces of TypeStrategy in org.apache.flink.table.types.inferenceModifier and TypeInterfaceDescriptioninterfaceStrategy for inferring a function call's intermediate result data type (i.e. state entry).Methods in org.apache.flink.table.types.inference that return TypeStrategyMethods in org.apache.flink.table.types.inference that return types with arguments of type TypeStrategyMethods in org.apache.flink.table.types.inference with parameters of type TypeStrategyModifier and TypeMethodDescriptionTypeInference.Builder.accumulatorTypeStrategy(TypeStrategy accumulatorTypeStrategy) Sets the strategy for inferring the intermediate accumulator data type of an aggregate function call.static StateTypeStrategyStateTypeStrategy.of(TypeStrategy typeStrategy) static StateTypeStrategyStateTypeStrategy.of(TypeStrategy typeStrategy, Duration timeToLive) TypeInference.Builder.outputTypeStrategy(TypeStrategy outputTypeStrategy) Sets the strategy for inferring the final output data type of a function call.
TypeInference.getStateTypeStrategies()instead.