Class LegacyRawTypeTransformation

java.lang.Object
org.apache.flink.table.types.inference.transforms.LegacyRawTypeTransformation
All Implemented Interfaces:
TypeTransformation

@Internal public class LegacyRawTypeTransformation extends Object implements TypeTransformation
This type transformation transforms the LEGACY('RAW', ...) type to the RAW(..., ?) type.
  • Field Details

  • Constructor Details

    • LegacyRawTypeTransformation

      public LegacyRawTypeTransformation()
  • Method Details