@PublicEvolving
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.
|
| Modifier and Type | Method and Description |
|---|---|
Parser |
create(ParserFactory.Context context)
Creates a new parser.
|
Parser create(ParserFactory.Context context)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.