ParDoInstruction class

An instruction that does a ParDo operation.

Takes one main input and zero or more side inputs, and produces zero or more outputs. Runs user code.

Constructors

ParDoInstruction({InstructionInput? input, List<MultiOutputInfo>? multiOutputInfos, int? numOutputs, List<SideInputInfo>? sideInputs, Map<String, Object?>? userFn})
ParDoInstruction.fromJson(Map _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
input InstructionInput?
The input.
getter/setter pair
multiOutputInfos List<MultiOutputInfo>?
Information about each of the outputs, if user_fn is a MultiDoFn.
getter/setter pair
numOutputs int?
The number of outputs.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sideInputs List<SideInputInfo>?
Zero or more side inputs.
getter/setter pair
userFn Map<String, Object?>?
The user function to invoke.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited