java.lang.Object
org.apache.flink.table.planner.expressions.converter.converters.CustomizedConverters

@Internal public class CustomizedConverters extends Object
Registry of customized converters used by CustomizedConvertRule.
  • Constructor Details

    • CustomizedConverters

      public CustomizedConverters()
  • Method Details

    • getConverter

      public Optional<CustomizedConverter> getConverter(org.apache.flink.table.functions.FunctionDefinition functionDefinition)