statisticRangeExpectation property

  1. @TagNumber(101)
DataQualityRule_StatisticRangeExpectation get statisticRangeExpectation

ColumnAggregate rule which evaluates whether the column aggregate statistic lies between a specified range.

Implementation

@$pb.TagNumber(101)
DataQualityRule_StatisticRangeExpectation get statisticRangeExpectation => $_getN(5);
  1. @TagNumber(101)
set statisticRangeExpectation (DataQualityRule_StatisticRangeExpectation v)

Implementation

@$pb.TagNumber(101)
set statisticRangeExpectation(DataQualityRule_StatisticRangeExpectation v) { setField(101, v); }