strictMinEnabled property
Whether column statistic needs to be strictly greater than ('>') the minimum, or if equality is allowed.
Only relevant if a min_value has been defined. Default = false.
Implementation
@$pb.TagNumber(4)
$core.bool get strictMinEnabled => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set strictMinEnabled($core.bool v) {
$_setBool(3, v);
}