distinctRatio property
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);
Implementation
@$pb.TagNumber(3)
set distinctRatio($core.double v) { $_setDouble(1, v); }