greaterEqual constant

Datapoints are eligible iff their value is >= the query's.

Implementation

static const greaterEqual = IndexDatapoint_NumericRestriction_Operator(
  'GREATER_EQUAL',
);