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  ParserFactory.Context
      Context provided when a parser is created.