Skip to content

Commit f6c3e4d

Browse files
committed
Add bitwise ops to TermTermType.php
1 parent e72dc38 commit f6c3e4d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rdb/ProtocolBuffer/TermTermType.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ class TermTermType
1515
const PB_BETWEEN = 182;
1616
const PB_BETWEEN_DEPRECATED = 36;
1717
const PB_BINARY = 155;
18+
const PB_BIT_AND = 191;
19+
const PB_BIT_OR = 192;
20+
const PB_BIT_XOR = 193;
21+
const PB_BIT_NOT = 194;
22+
const PB_BIT_SAL = 195;
23+
const PB_BIT_SAR = 196;
1824
const PB_BRACKET = 170;
1925
const PB_BRANCH = 65;
2026
const PB_CEIL = 184;

0 commit comments

Comments
 (0)