Interface TableCatalogFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory for creating TableCatalog instances.
Used by DataSourcePlugin to provide table catalogs in a lazy manner.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new TableCatalog instance.
-
Method Details
-
create
Creates a new TableCatalog instance.- Parameters:
settings- the node settings- Returns:
- a new TableCatalog instance
-