Class SystemTables.TablesMetaTable
- java.lang.Object
-
- org.apache.beam.sdk.extensions.sql.meta.BaseBeamTable
-
- org.apache.beam.sdk.extensions.sql.meta.SystemTables.TablesMetaTable
-
- All Implemented Interfaces:
BeamSqlTable
- Enclosing class:
- SystemTables
public static class SystemTables.TablesMetaTable extends BaseBeamTable
-
-
Constructor Summary
Constructors Constructor Description TablesMetaTable(Catalog catalog, java.lang.String dbName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.Row>buildIOReader(org.apache.beam.sdk.values.PBegin begin)create aPCollection<Row>from source.org.apache.beam.sdk.values.POutputbuildIOWriter(org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.Row> input)create aIO.write()instance to write to target.org.apache.beam.sdk.schemas.SchemagetSchema()Get the schema info of the table.org.apache.beam.sdk.values.PCollection.IsBoundedisBounded()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 Detail
-
TablesMetaTable
public TablesMetaTable(Catalog catalog, java.lang.String dbName)
-
-
Method Detail
-
buildIOReader
public org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.Row> buildIOReader(org.apache.beam.sdk.values.PBegin begin)
Description copied from interface:BeamSqlTablecreate aPCollection<Row>from source.
-
buildIOWriter
public org.apache.beam.sdk.values.POutput buildIOWriter(org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.Row> input)
Description copied from interface:BeamSqlTablecreate aIO.write()instance to write to target.
-
isBounded
public org.apache.beam.sdk.values.PCollection.IsBounded isBounded()
Description copied from interface:BeamSqlTableWhether this table is bounded (known to be finite) or unbounded (may or may not be finite).
-
getSchema
public org.apache.beam.sdk.schemas.Schema getSchema()
Description copied from interface:BeamSqlTableGet the schema info of the table.
-
-