topNValues property

The list of top N non-null values and number of times they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.

Implementation

@$pb.TagNumber(4)
$core.List<DataProfileResult_Profile_Field_ProfileInfo_TopNValue> get topNValues => $_getList(2);