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