QueryArithOpType (atrium_graphquery)
The QueryArithOpType data structure defines valid values for query arithmetic types. Specifies the arithmetic operation to perform in the query.
Definition
<simpleType name="QueryArithOpType">
<restriction base="string">
<enumeration value="ADD" />
<enumeration value="SUBTRACT" />
<enumeration value="MULTIPLY" />
<enumeration value="DIVIDE" />
<enumeration value="MODULO" />
<enumeration value="NEGATE" />
</restriction>
</simpleType>
- ADD--The arithmetic operation to perform in the query is ➕️ addition.
- SUBTRACT--The arithmetic operation to perform in the query is (-) subtraction.
- MULTIPLY--The arithmetic operation to perform in the query is (*) multiplication.
- DIVIDE--The arithmetic operation to perform in the query is ✅️ division.
- MODULO--The arithmetic operation to perform in the query is (%) modulus.
- NEGATE--The arithmetic operation to perform in the query is negative, for example, the value of +5 is converted to -5.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*