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.

@FunctionalInterface public interface TableCatalogFactory
Factory for creating TableCatalog instances. Used by DataSourcePlugin to provide table catalogs in a lazy manner.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Settings settings)
    Creates a new TableCatalog instance.
  • Method Details

    • create

      TableCatalog create(Settings settings)
      Creates a new TableCatalog instance.
      Parameters:
      settings - the node settings
      Returns:
      a new TableCatalog instance