Package org.apache.beam.sdk.extensions.sql.impl.schema
define table schema, to map with Beam IO components.
-
Class Summary Class Description BeamPCollectionTable<InputT> BeamPCollectionTableconverts aPCollection<Row>as a virtual table, then a downstream query can query directly.BeamTableUtils Utility methods for working withBeamTable.