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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceContext provided when a parser is created. -
Method Summary
Methods inherited from interface org.apache.flink.table.factories.Factory
factoryIdentifier, optionalOptions, requiredOptions
-
Method Details
-
create
Creates a new parser.
-