Uses of Class
org.apache.flink.table.types.inference.ConstantArgumentCount
Packages that use ConstantArgumentCount
Package
Description
-
Uses of ConstantArgumentCount in org.apache.flink.table.types.inference
Methods in org.apache.flink.table.types.inference that return ConstantArgumentCountModifier and TypeMethodDescriptionstatic 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 ConstantArgumentCountModifier and TypeMethodDescriptionstatic 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 ConstantArgumentCountModifierConstructorDescriptionComparableTypeStrategy(ConstantArgumentCount argumentCount, StructuredType.StructuredComparison requiredComparison) NullableIfArgsTypeStrategy(ConstantArgumentCount includedArguments, TypeStrategy initialStrategy, boolean nullableIfAllArgsNullable)