statistic property

Implementation

@$pb.TagNumber(1)
DataQualityRule_StatisticRangeExpectation_ColumnStatistic get statistic =>
    $_getN(0);
  1. @TagNumber.new(1)
set statistic (DataQualityRule_StatisticRangeExpectation_ColumnStatistic v)

Implementation

@$pb.TagNumber(1)
set statistic(DataQualityRule_StatisticRangeExpectation_ColumnStatistic v) {
  setField(1, v);
}