We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72dc38 commit f6c3e4dCopy full SHA for f6c3e4d
rdb/ProtocolBuffer/TermTermType.php
@@ -15,6 +15,12 @@ class TermTermType
15
const PB_BETWEEN = 182;
16
const PB_BETWEEN_DEPRECATED = 36;
17
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;
24
const PB_BRACKET = 170;
25
const PB_BRANCH = 65;
26
const PB_CEIL = 184;
0 commit comments