Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit 5382cc2

Browse files
author
Aurelien Hebert
committed
feat(doc): add mask and negmask doc
1 parent 89563d5 commit 5382cc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/doc.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,9 @@ _For example: we can add the values of a first series with a second one. Value w
533533
* The **greaterOrEqual** operator between metrics sets, example: _greaterOrEqual(select(...), select(...), ...)_
534534
* The **lessThan** operator between metrics sets, example: _lessThan(select(...), select(...), ...)_
535535
* The **lessOrEqual** operator between metrics sets, example: _lessOrEqual(select(...), select(...), ...)_
536+
* The **mask** operator to use a [Warp 10 mask](https://www.warp10.io/doc/op.mask), example: _mask(select(...).toboolean(), select(...))_
537+
* The **negmask** operator to use a [Warp 10 negmask](https://www.warp10.io/doc/op.negmask), example: _negmask(select(...).toboolean(), select(...))_
538+
536539

537540
Example:
538541

0 commit comments

Comments
 (0)