Class SystemTables.CatalogsMetaTable
java.lang.Object
org.apache.beam.sdk.extensions.sql.meta.BaseBeamTable
org.apache.beam.sdk.extensions.sql.meta.SystemTables.CatalogsMetaTable
- All Implemented Interfaces:
BeamSqlTable
- Enclosing class:
SystemTables
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildIOReader(PBegin begin) create aPCollection<Row>from source.buildIOWriter(PCollection<Row> input) create aIO.write()instance to write to target.Get the schema info of the table.Whether this table is bounded (known to be finite) or unbounded (may or may not be finite).Methods inherited from class org.apache.beam.sdk.extensions.sql.meta.BaseBeamTable
buildIOReader, constructFilter, getTableStatistics, supportsProjects
-
Constructor Details
-
CatalogsMetaTable
-
-
Method Details
-
buildIOReader
Description copied from interface:BeamSqlTablecreate aPCollection<Row>from source. -
buildIOWriter
Description copied from interface:BeamSqlTablecreate aIO.write()instance to write to target. -
isBounded
Description copied from interface:BeamSqlTableWhether this table is bounded (known to be finite) or unbounded (may or may not be finite). -
getSchema
Description copied from interface:BeamSqlTableGet the schema info of the table.
-