IndexPruningStats constructor

IndexPruningStats({
  1. TableReference? baseTable,
  2. String? postIndexPruningParallelInputCount,
  3. String? preIndexPruningParallelInputCount,
})

Implementation

IndexPruningStats({
  this.baseTable,
  this.postIndexPruningParallelInputCount,
  this.preIndexPruningParallelInputCount,
});