diff --git a/include/libs/nodes/querynodes.h b/include/libs/nodes/querynodes.h index 8a89a4fb6d..ea9653e4a8 100644 --- a/include/libs/nodes/querynodes.h +++ b/include/libs/nodes/querynodes.h @@ -85,6 +85,10 @@ typedef enum EOperatorType { OP_TYPE_DIV, OP_TYPE_MOD, + // bit operator + OP_TYPE_BIT_AND, + OP_TYPE_BIT_OR, + // comparison operator OP_TYPE_GREATER_THAN, OP_TYPE_GREATER_EQUAL,