Interface ParserFactory
-
- All Superinterfaces:
org.apache.flink.table.factories.Factory
@PublicEvolving public interface ParserFactory extends org.apache.flink.table.factories.Factory
Factory that createsParser
.The
Factory.factoryIdentifier()
is identified by matching it againstTableConfigOptions.TABLE_SQL_DIALECT
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ParserFactory.Context
Context provided when a parser is created.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Parser
create(ParserFactory.Context context)
Creates a new parser.
-
-
-
Method Detail
-
create
Parser create(ParserFactory.Context context)
Creates a new parser.
-
-