Class ItemAtTypeStrategy

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

@Internal public final class ItemAtTypeStrategy extends Object implements TypeStrategy
An output type strategy for BuiltInFunctionDefinitions.AT.

Returns either the element of an LogicalTypeFamily.COLLECTION type or the value of LogicalTypeRoot.MAP.

  • Constructor Details

    • ItemAtTypeStrategy

      public ItemAtTypeStrategy()
  • Method Details