@Internal
public interface ParserFactory
extends org.apache.flink.table.factories.Factory
Parser.
The Factory.factoryIdentifier() is identified by matching it against TableConfigOptions.TABLE_SQL_DIALECT.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ParserFactory.Context
Context provided when a parser is created.
|
static class |
ParserFactory.DefaultParserContext
Default implementation for
ParserFactory.Context. |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.delegation.Parser |
create(ParserFactory.Context context)
Creates a new parser.
|
org.apache.flink.table.delegation.Parser create(ParserFactory.Context context)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.