Package org.apache.beam.sdk.extensions.sql.meta.provider
package org.apache.beam.sdk.extensions.sql.meta.provider
Table providers.
-
ClassDescriptionAn interface that handles ALTER TABLE operations.Base class for table providers that look up table metadata using full table names, instead of querying it by parts of the name separately.A
InMemoryMetaTableProvideris an abstractTableProviderfor in-memory types.Exception thrown when the request for a table is invalid, such as invalid metadata.AReadOnlyTableProviderprovides in-memory read only set ofBeamSqlTable BeamSqlTables.A generalTableProviderfor IOs for consumption by Beam SQL.ATableProviderhandles the metadata CRUD of a specified kind of tables.Provider for UDF and UDAF.