PruningStats constructor

PruningStats({
  1. String? postCmetaPruningParallelInputCount,
  2. String? postCmetaPruningPartitionCount,
  3. String? preCmetaPruningParallelInputCount,
})

Implementation

PruningStats({
  this.postCmetaPruningParallelInputCount,
  this.postCmetaPruningPartitionCount,
  this.preCmetaPruningParallelInputCount,
});