Class PubsubTableProvider
- java.lang.Object
-
- org.apache.beam.sdk.extensions.sql.meta.provider.InMemoryMetaTableProvider
-
- org.apache.beam.sdk.extensions.sql.meta.provider.SchemaIOTableProviderWrapper
-
- org.apache.beam.sdk.extensions.sql.meta.provider.pubsub.PubsubTableProvider
-
- All Implemented Interfaces:
java.io.Serializable,TableProvider
@Internal @AutoService(TableProvider.class) public class PubsubTableProvider extends SchemaIOTableProviderWrapper
TableProviderforPubsubIOfor consumption by Beam SQL.Passes the
PubsubSchemaIOProviderto the generalized table provider wrapper,SchemaIOTableProviderWrapper, for Pubsub specific behavior with payload in json/avro format.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PubsubTableProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.beam.sdk.schemas.io.SchemaIOProvidergetSchemaIOProvider()java.lang.StringgetTableType()Gets the table type this provider handles.-
Methods inherited from class org.apache.beam.sdk.extensions.sql.meta.provider.SchemaIOTableProviderWrapper
buildBeamSqlTable, getTableStatistics
-
Methods inherited from class org.apache.beam.sdk.extensions.sql.meta.provider.InMemoryMetaTableProvider
createTable, dropTable, getTables
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.beam.sdk.extensions.sql.meta.provider.TableProvider
getSubProvider, getSubProviders, getTable, supportsPartitioning
-
-
-
-
Method Detail
-
getSchemaIOProvider
public org.apache.beam.sdk.schemas.io.SchemaIOProvider getSchemaIOProvider()
- Specified by:
getSchemaIOProviderin classSchemaIOTableProviderWrapper
-
getTableType
public java.lang.String getTableType()
Description copied from interface:TableProviderGets the table type this provider handles.- Specified by:
getTableTypein interfaceTableProvider- Overrides:
getTableTypein classSchemaIOTableProviderWrapper
-
-