Package org.apache.beam.sdk.extensions.sql.meta.provider
Table providers.
-
Interface Summary Interface Description TableProvider ATableProviderhandles the metadata CRUD of a specified kind of tables.UdfUdafProvider Provider for UDF and UDAF. -
Class Summary Class Description FullNameTableProvider Base class for table providers that look up table metadata using full table names, instead of querying it by parts of the name separately.InMemoryMetaTableProvider AInMemoryMetaTableProvideris an abstractTableProviderfor in-memory types.ReadOnlyTableProvider AReadOnlyTableProviderprovides in-memory read only set ofBeamSqlTable BeamSqlTables.SchemaIOTableProviderWrapper A generalTableProviderfor IOs for consumption by Beam SQL. -
Exception Summary Exception Description InvalidTableException Exception thrown when the request for a table is invalid, such as invalid metadata.