greaterEqual constant
IndexDatapoint_NumericRestriction_Operator
const greaterEqual
Datapoints are eligible iff their value is >= the query's.
Implementation
static const greaterEqual = IndexDatapoint_NumericRestriction_Operator(
'GREATER_EQUAL',
);