nullRatio property

  1. @TagNumber(2)
double nullRatio

Ratio of rows with null value against total scanned rows.

Implementation

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

Implementation

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