RddOperationNode constructor

RddOperationNode({
  1. bool? barrier,
  2. bool? cached,
  3. String? callsite,
  4. String? name,
  5. int? nodeId,
  6. String? outputDeterministicLevel,
})

Implementation

RddOperationNode({
  this.barrier,
  this.cached,
  this.callsite,
  this.name,
  this.nodeId,
  this.outputDeterministicLevel,
});