statisticRangeExpectation property
ColumnAggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
Implementation
@$pb.TagNumber(101)
DataQualityRule_StatisticRangeExpectation get statisticRangeExpectation =>
$_getN(5);
Implementation
@$pb.TagNumber(101)
set statisticRangeExpectation(DataQualityRule_StatisticRangeExpectation v) {
setField(101, v);
}