IndexPruningStats constructor
IndexPruningStats({
- TableReference? baseTable,
- String? postIndexPruningParallelInputCount,
- String? preIndexPruningParallelInputCount,
Implementation
IndexPruningStats({
this.baseTable,
this.postIndexPruningParallelInputCount,
this.preIndexPruningParallelInputCount,
});