- Preparing search index...
- The search index is not available
apache-beam
- parDo<InputT, OutputT, ContextT>(doFn: DoFn<InputT, OutputT, ContextT>, context?: ContextT): PTransform<PCollection<InputT>, PCollection<OutputT>>
-
Type Parameters
-
InputT
-
OutputT
-
ContextT extends undefined | Object = undefined
Parameters
-
doFn: DoFn<InputT, OutputT, ContextT>
-
context: ContextT = ...
Creates a PTransform that applies a
DoFn
to a PCollection.