Interface ParserFactory

All Superinterfaces:
org.apache.flink.table.factories.Factory

@PublicEvolving public interface ParserFactory extends org.apache.flink.table.factories.Factory
Factory that creates Parser.

The Factory.factoryIdentifier() is identified by matching it against TableConfigOptions.TABLE_SQL_DIALECT.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Context provided when a parser is created.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new parser.

    Methods inherited from interface org.apache.flink.table.factories.Factory

    factoryIdentifier, optionalOptions, requiredOptions