Akumuli icon indicating copy to clipboard operation
Akumuli copied to clipboard

Range threshold query

Open Lazin opened this issue 8 years ago • 0 comments

Range threshold query should return all values that match one of the following predicates:

  • Value is above threshold;
  • Value is below threshold;
  • Value is inside the range;
  • Value is outside the range;

The predicate should be parametrized using query language.

Lazin avatar Feb 11 '17 08:02 Lazin