Stream: implementers
Topic: sa versus gt comparators
René Spronk (Jun 16 2020 at 07:09):
If sa (the search comparator) is different from gt (is it?) , the could you provide an example of when they have different semantics ?
Lloyd McKenzie (Jun 16 2020 at 12:05):
2020 would match date=gt2020-10. I.e. it overlaps with the range above 2020-10. However, it wouldn't match date=sa2020-10 because while it would still overlap with the range above 2020-10, it would also overlap with the range of 2020-10.
Last updated: Apr 12 2022 at 19:14 UTC