Class SystemTables
java.lang.Object
org.apache.beam.sdk.extensions.sql.meta.SystemTables
Provides
BeamSqlTables that track metadata around catalogs, databases, and tables. For
now, it tracks the following:
- Catalogs: Name and Type
- Databases: Name
- Tables: Name and Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncatalogs(CatalogManager catalogManager, boolean currentOnly) static SystemTables.TablesMetaTable
-
Constructor Details
-
SystemTables
public SystemTables()
-
-
Method Details
-
catalogs
public static SystemTables.CatalogsMetaTable catalogs(CatalogManager catalogManager, boolean currentOnly) -
databases
-
tables
-