strictMinEnabled property

  1. @TagNumber(4)
bool get strictMinEnabled

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);
  1. @TagNumber(4)
set strictMinEnabled (bool v)

Implementation

@$pb.TagNumber(4)
set strictMinEnabled($core.bool v) { $_setBool(3, v); }