Interface ParserFactory.Context
-
- All Known Subinterfaces:
CalciteContext
- All Known Implementing Classes:
DefaultCalciteContext
- Enclosing interface:
- ParserFactory
@PublicEvolving public static interface ParserFactory.Context
Context provided when a parser is created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CatalogRegistry
getCatalogRegistry()
-
-
-
Method Detail
-
getCatalogRegistry
CatalogRegistry getCatalogRegistry()
-
-