distinctRatio property

  1. @TagNumber(3)
double get distinctRatio

Ratio of rows with distinct values against total scanned rows. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.

Implementation

@$pb.TagNumber(3)
$core.double get distinctRatio => $_getN(1);
  1. @TagNumber(3)
set distinctRatio (double v)

Implementation

@$pb.TagNumber(3)
set distinctRatio($core.double v) { $_setDouble(1, v); }