ParallelInstruction constructor
ParallelInstruction({
- FlattenInstruction? flatten,
- String? name,
- String? originalName,
- List<
InstructionOutput> ? outputs, - ParDoInstruction? parDo,
- PartialGroupByKeyInstruction? partialGroupByKey,
- ReadInstruction? read,
- String? systemName,
- WriteInstruction? write,
Implementation
ParallelInstruction({
this.flatten,
this.name,
this.originalName,
this.outputs,
this.parDo,
this.partialGroupByKey,
this.read,
this.systemName,
this.write,
});