Uses of Class
org.apache.flink.table.types.inference.ConstantArgumentCount
-
Packages that use ConstantArgumentCount Package Description org.apache.flink.table.types.inference org.apache.flink.table.types.inference.strategies -
-
Uses of ConstantArgumentCount in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference that return ConstantArgumentCount Modifier and Type Method Description static ConstantArgumentCountConstantArgumentCount. any()static ConstantArgumentCountConstantArgumentCount. between(int minCount, int maxCount)static ConstantArgumentCountConstantArgumentCount. from(int minCount)static ConstantArgumentCountConstantArgumentCount. of(int count)static ConstantArgumentCountConstantArgumentCount. to(int maxCount)Methods in org.apache.flink.table.types.inference with parameters of type ConstantArgumentCount Modifier and Type Method Description static InputTypeStrategyInputTypeStrategies. comparable(ConstantArgumentCount argumentCount, StructuredType.StructuredComparison requiredComparison)Strategy that checks all types are comparable with each other.static TypeStrategyTypeStrategies. nullableIfAllArgs(ConstantArgumentCount includedArgs, TypeStrategy initialStrategy)A type strategy that can be used to make a result type nullable if all the selected input arguments are nullable.static TypeStrategyTypeStrategies. nullableIfArgs(ConstantArgumentCount includedArgs, TypeStrategy initialStrategy)A type strategy that can be used to make a result type nullable if any of the selected input arguments is nullable. -
Uses of ConstantArgumentCount in org.apache.flink.table.types.inference.strategies
Constructors in org.apache.flink.table.types.inference.strategies with parameters of type ConstantArgumentCount Constructor Description ComparableTypeStrategy(ConstantArgumentCount argumentCount, StructuredType.StructuredComparison requiredComparison)NullableIfArgsTypeStrategy(ConstantArgumentCount includedArguments, TypeStrategy initialStrategy, boolean nullableIfAllArgsNullable)
-