Class NullableIfArgsTypeStrategy

java.lang.Object
org.apache.flink.table.types.inference.strategies.NullableIfArgsTypeStrategy
All Implemented Interfaces:
TypeStrategy

@Internal public final class NullableIfArgsTypeStrategy extends Object implements TypeStrategy
A type strategy that can be used to make a result type nullable if any or all of the selected input arguments are nullable. Otherwise the type will be not null.