nullRatio property

  1. @TagNumber.new(2)
double get nullRatio

Ratio of rows with null value against total scanned rows.

Implementation

@$pb.TagNumber(2)
$core.double get nullRatio => $_getN(0);
  1. @TagNumber.new(2)
set nullRatio (double v)

Implementation

@$pb.TagNumber(2)
set nullRatio($core.double v) {
  $_setDouble(0, v);
}