diff -r a39066264509 -r 2868d772c27e relpipe-data/examples-awk-boolean-logic.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/relpipe-data/examples-awk-boolean-logic.xml Tue May 28 21:18:20 2019 +0200 @@ -0,0 +1,61 @@ + + + Using boolean logic with AWK + boolean data type and logical AND, OR, XOR operators + 02500 + + + +

Expect that we have a relation with four combinations of logical values:

+ +
+ +

+ we can use logical operators and functions: +

+ + + + +

and append their results to the relation as additional attributes:

+ +
+ +
+ +