Class CommonTypeStrategy

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

@Internal public final class CommonTypeStrategy extends Object implements TypeStrategy
Type strategy that returns a common, least restrictive type of selected arguments.
  • Constructor Details

    • CommonTypeStrategy

      public CommonTypeStrategy()
    • CommonTypeStrategy

      public CommonTypeStrategy(ArgumentCount argumentRange)
  • Method Details