Class VaryingStringTypeStrategy

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

@Internal public final class VaryingStringTypeStrategy extends Object implements TypeStrategy
A type strategy that ensures that the result type is either LogicalTypeRoot.VARCHAR or LogicalTypeRoot.VARBINARY from their corresponding non-varying roots.