TD-13495 planner refactoring

This commit is contained in:
Xiaoyu Wang 2022-02-11 09:26:55 -05:00
parent e070ad2b77
commit 83479b0878
1 changed files with 4 additions and 0 deletions

View File

@ -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,