Commit 1bf82a26 authored by juliusv's avatar juliusv

Note that OR is not yet implemented.

parent f8f2bcd6
...@@ -62,7 +62,7 @@ original (left-hand-side) metric names and data values. ...@@ -62,7 +62,7 @@ original (left-hand-side) metric names and data values.
These logical/set binary operators are only defined between instant vectors: These logical/set binary operators are only defined between instant vectors:
* `and` (intersection) * `and` (intersection)
* `or` (union) * `or` (union) (**not yet implemented!**)
`vector1 and vector2` results in a vector consisting of the elements of `vector1 and vector2` results in a vector consisting of the elements of
`vector1` for which there are elements in `vector2` with exactly matching `vector1` for which there are elements in `vector2` with exactly matching
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment