Official | HULFT IoT EdgeStreaming Mapper Reference First Edition: July 1, 2021
Or operation

Logic name
Or operation
Function
This logic returns the logical disjunction (OR condition) between two input booleans.
Data type
Location |
Type |
---|---|
First input handler |
Boolean |
Second input handler |
Boolean |
Logic output |
Boolean |
Property
Category |
Property |
Description |
---|---|---|
Comment |
Comment |
It does not affect the conversion processing. |
Example of logic use
Mapping definition

Logic settings and processing result
This logic returns "true" if the birthplace is "Tokyo" or if the gender is "male". If not, it returns "false".
Property settings
Property |
Setting Value |
---|---|
None |
Input data
Tokyo,female |
Tokyo,male |
Osaka,female |
Output data
true |
true |
false |
Official | HULFT IoT EdgeStreaming Mapper Reference First Edition: July 1, 2021