PTransform used in a BeamSql pipeline.See: Description
| Class | Description | 
|---|---|
| BeamBuiltinAggregations | Built-in aggregations functions for COUNT/MAX/MIN/SUM/AVG/VAR_POP/VAR_SAMP. | 
| BeamJoinTransforms | Collections of  PTransformandDoFnused to perform JOIN operation. | 
| BeamJoinTransforms.JoinAsLookup | Transform to execute Join as Lookup. | 
| BeamSetOperatorsTransforms | Collections of  PTransformandDoFnused to perform Set operations. | 
| BeamSetOperatorsTransforms.BeamSqlRow2KvFn | Transform a  BeamSqlRowto aKV<BeamSqlRow, BeamSqlRow>. | 
| BeamSetOperatorsTransforms.SetOperatorFilteringDoFn | Filter function used for Set operators. | 
| BeamSqlOutputToConsoleFn | A test PTransform to display output in console. | 
PTransform used in a BeamSql pipeline.