See: Description
Interface | Description |
---|---|
TransformTranslator<TransformT extends PTransform> |
Supports translation between a Beam transform, and Spark's operations on Datasets.
|
Class | Description |
---|---|
PipelineTranslator |
Pipeline.PipelineVisitor that translates the Beam operators to their Spark counterparts. |
SchemaHelpers |
A
SchemaHelpers for the Spark Batch Runner. |
TranslationContext |
Base class that gives a context for
PTransform translation: keeping track of the
datasets, the SparkSession , the current transform being translated. |